mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-04-23 16:09:20 -04:00
Allow for cluster creation
This commit is contained in:
@@ -39,6 +39,9 @@ public class StoreCreationMenu {
|
||||
menu.getItems().add(category("addTunnel", "mdi2v-vector-polyline-plus",
|
||||
DataStoreProvider.CreationCategory.TUNNEL, null));
|
||||
|
||||
menu.getItems().add(category("addCluster", "mdi2d-domain-plus",
|
||||
DataStoreProvider.CreationCategory.CLUSTER, null));
|
||||
|
||||
menu.getItems().add(category("addDatabase", "mdi2d-database-plus",
|
||||
DataStoreProvider.CreationCategory.DATABASE, null));
|
||||
}
|
||||
|
||||
@@ -201,6 +201,7 @@ public interface DataStoreProvider {
|
||||
SHELL,
|
||||
COMMAND,
|
||||
TUNNEL,
|
||||
SCRIPT
|
||||
SCRIPT,
|
||||
CLUSTER
|
||||
}
|
||||
}
|
||||
|
||||
@@ -43,6 +43,7 @@ refresh=Refresh
|
||||
moveTo=Move to ...
|
||||
remove=Remove
|
||||
addDatabase=Database ...
|
||||
addCluster=Cluster ...
|
||||
browseInternalStorage=Browse internal storage
|
||||
addTunnel=Tunnel ...
|
||||
addScript=Script ...
|
||||
|
||||
Reference in New Issue
Block a user