Skip to content

Commit

Permalink
fix: Right click WU->Result has wrong menu item
Browse files Browse the repository at this point in the history
Signed-off-by: David de Hilster <david.dehilster@lexisnexisrisk.com>
  • Loading branch information
dehilsterlexis committed Feb 19, 2024
1 parent 5c96b3e commit 01f0687
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1033,8 +1033,14 @@
"group": "3action@940"
},
{
"when": "view == hpccPlatform && viewItem =~ /ECLWUNode/",
"submenu": "setState",
"group": "3action@950"
"group": "4action@900"
},
{
"when": "view == hpccPlatform && viewItem =~ /ECLWUNode/",
"submenu": "setPriority",
"group": "5action@900"
},
{
"command": "hpccResources.bundles.homepage",
Expand Down

0 comments on commit 01f0687

Please sign in to comment.