Skip to content

Commit 2e1608d

Browse files
author
Erwin Dondorp
committed
hide more jobs types, related to #428
1 parent 062e3bf commit 2e1608d

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

  • saltgui/static/scripts/panels

saltgui/static/scripts/panels/Jobs.js

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,6 @@ export class JobsPanel extends Panel {
151151
this._hideJobs.push("pillar.obfuscate");
152152
this._hideJobs.push("ps.kill_pid");
153153
this._hideJobs.push("ps.proc_info");
154-
this._hideJobs.push("runner.jobs.active");
155-
this._hideJobs.push("runner.jobs.list_job");
156-
this._hideJobs.push("runner.jobs.list_jobs");
157154
this._hideJobs.push("test.providers");
158155
this._hideJobs.push("test.version");
159156
this._hideJobs.push("saltutil.find_job");
@@ -173,12 +170,21 @@ export class JobsPanel extends Panel {
173170
this._hideJobs.push("schedule.modify");
174171
this._hideJobs.push("schedule.run_job");
175172
this._hideJobs.push("sys.doc");
173+
// runner jobs
174+
this._hideJobs.push("runner.doc.runner");
175+
this._hideJobs.push("runner.doc.wheel");
176+
this._hideJobs.push("runner.jobs.active");
177+
this._hideJobs.push("runner.jobs.list_job");
178+
this._hideJobs.push("runner.jobs.list_jobs");
179+
this._hideJobs.push("runner.manage.versions");
180+
// wheel jobs
176181
this._hideJobs.push("wheel.config.values");
177182
this._hideJobs.push("wheel.key.accept");
178183
this._hideJobs.push("wheel.key.delete");
179184
this._hideJobs.push("wheel.key.finger");
180185
this._hideJobs.push("wheel.key.list_all");
181186
this._hideJobs.push("wheel.key.reject");
187+
this._hideJobs.push("wheel.minions.connected");
182188

183189
// this was automatically executed by really old minions
184190
this._hideJobs.push("mine.update");

0 commit comments

Comments
 (0)