We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a52bb commit 4a4833dCopy full SHA for 4a4833d
1 file changed
share/ecflow/etc/ecflowview_menus.json
@@ -864,6 +864,13 @@
864
"command" : "ecflow_client --alter change defstatus queued <full_name>",
865
"status_tip" : "__cmd__"
866
},
867
+ {
868
+ "menu" : "Defstatus",
869
+ "name" : "Suspended",
870
+ "visible_for" : "node",
871
+ "command" : "ecflow_client --alter change defstatus suspended <full_name>",
872
+ "status_tip" : "__cmd__"
873
+ },
874
{
875
"menu" : "Node",
876
"name" : "-"
0 commit comments