Skip to content

Commit

Permalink
change button order and icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Dando18 committed Dec 4, 2024
1 parent 52b1ea9 commit 05a72b0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@
"title": "Cancel and Resubmit Job",
"icon": "$(debug-restart)"
},
{
"command": "job-dashboard.show-error",
"title": "Show Job Error",
"icon": "$(error)"
},
{
"command": "job-dashboard.show-output",
"title": "Show Job Output",
"icon": "$(output)"
},
{
"command": "job-dashboard.show-error",
"title": "Show Job Error",
"icon": "$(bracket-error)"
},
{
"command": "job-dashboard.show-source",
"title": "Show Job Source",
Expand Down Expand Up @@ -139,27 +139,27 @@
{
"command": "job-dashboard.cancel",
"when": "view == job-dashboard && viewItem == jobItem",
"group": "inline"
"group": "inline@2"
},
{
"command": "job-dashboard.cancel-and-resubmit",
"when": "view == job-dashboard && viewItem == jobItem",
"group": "inline"
"group": "inline@1"
},
{
"command": "job-dashboard.show-error",
"command": "job-dashboard.show-output",
"when": "view == job-dashboard && viewItem == jobItem",
"group": "inline"
"group": "inline@3"
},
{
"command": "job-dashboard.show-output",
"command": "job-dashboard.show-error",
"when": "view == job-dashboard && viewItem == jobItem",
"group": "inline"
"group": "inline@4"
},
{
"command": "job-dashboard.show-source",
"when": "view == job-dashboard && viewItem == jobItem",
"group": "inline"
"group": "inline@5"
},
{
"command": "submit-dashboard.submit",
Expand Down

0 comments on commit 05a72b0

Please sign in to comment.