diff --git a/src/options/App.vue b/src/options/App.vue index 8a7c2e5..74ae528 100644 --- a/src/options/App.vue +++ b/src/options/App.vue @@ -6,7 +6,6 @@ -
Select an option from the menu
@@ -20,7 +19,6 @@ import Menu from './Menu'; import NewHost from './NewHost'; import EditHost from './EditHost'; import LocalCommands from './LocalCommands'; -import RemoteCommands from './RemoteCommands'; import Config from './Config'; import Run from './Run'; @@ -32,7 +30,6 @@ export default { NewHost, EditHost, LocalCommands, - RemoteCommands, Config, Run, }, diff --git a/src/options/Menu.vue b/src/options/Menu.vue index d7df9d8..2a177ad 100644 --- a/src/options/Menu.vue +++ b/src/options/Menu.vue @@ -39,13 +39,9 @@ export default { hostOptions() { return { localProc: { - displayName: 'Local Actions', + displayName: 'Stored Actions', iconClass: 'fas fa-puzzle-piece', }, - remoteProc: { - displayName: 'Remote Procedures', - iconClass: 'fas fa-database', - }, run: { displayName: 'Run Action', iconClass: 'fas fa-play', diff --git a/src/options/RemoteCommands.vue b/src/options/RemoteCommands.vue deleted file mode 100644 index 1cedae8..0000000 --- a/src/options/RemoteCommands.vue +++ /dev/null @@ -1,16 +0,0 @@ - - - - - diff --git a/src/options/Run.vue b/src/options/Run.vue index 4615b95..7707957 100644 --- a/src/options/Run.vue +++ b/src/options/Run.vue @@ -2,62 +2,88 @@

Run a command on {{ host.name }}

-
-   Plugins reference. Use $URL$ as argument value to denote the current - URL. +
+ Action mode + +
+ + + + +
-
-
-
- -
-
+
+
+   Plugins reference. Use $URL$ as argument value to denote the current + URL. You can also call remotely stored procedure through procedure.<procedure_name>.
-
-
- + +
+
+ +
+
-
- -
-
-
-
- +
+
+ +
+
+ +
-
- - +
+
+ +
+ + + +
+ +
+
-
+ +
-
- - - -
+
+
+