Skip to content

Commit

Permalink
fix: remove remaining refs for jobs tabular view
Browse files Browse the repository at this point in the history
Signed-off-by: Trae Yelovich <[email protected]>
  • Loading branch information
traeok committed Jul 30, 2024
1 parent 1da2895 commit 67617f0
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions packages/zowe-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,6 @@
"dark": "./resources/dark/history.svg"
}
},
{
"command": "zowe.jobs.tabularView",
"title": "%jobsTableView%",
"category": "Zowe Explorer"
},
{
"command": "zowe.uss.copyPath",
"title": "%uss.copyPath%",
Expand Down Expand Up @@ -1260,15 +1255,10 @@
"command": "zowe.profileManagement",
"group": "099_zowe_jobsProfileAuthentication"
},
{
"when": "view == zowe.jobs.explorer && viewItem =~ /^(?!.*_fav.*)server.*/ && !listMultiSelection",
"command": "zowe.jobs.tabularView",
"group": "100_zowe_tableview"
},
{
"when": "view == zowe.jobs.explorer && viewItem =~ /^(?!.*_fav.*)server.*/ && !listMultiSelection",
"command": "zowe.editHistory",
"group": "101_zowe_editHistory"
"group": "100_zowe_editHistory"
},
{
"when": "viewItem =~ /^(textFile|member.*|ds.*)/ && !listMultiSelection",
Expand Down

0 comments on commit 67617f0

Please sign in to comment.