mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Mount delete, refresh and default to new folder for mount create (#7702)
* Mount delete, refresh and default to new folder for mount create - Delete mount action added - Refresh mount action added - Added "mymount" to theend of existing path so that we don't use already-existing HDFS folder. The call fails unless folder doesn't exist
This commit is contained in:
@@ -5,5 +5,7 @@
|
||||
"command.deleteController.title" : "Delete",
|
||||
"command.refreshController.title" : "Refresh",
|
||||
"command.manageController.title" : "Manage",
|
||||
"command.mount.title" : "Mount HDFS"
|
||||
"command.mount.title" : "Mount HDFS",
|
||||
"command.refreshmount.title" : "Refresh Mount",
|
||||
"command.deletemount.title" : "Delete Mount"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user