Skip to content

Commit

Permalink
also for the Recent Job table
Browse files Browse the repository at this point in the history
  • Loading branch information
Erwin Dondorp committed Apr 30, 2024
1 parent eae0c3f commit 76d65cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saltgui/static/scripts/panels/JobsSummary.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class JobsSummaryPanel extends JobsPanel {

this.addTitle("Recent Jobs");
this.addSearchButton();
this.addTable(null);
this.addTable(["-dummy-", "-dummy-"]);
this.setTableClickable("page");
this.addMsg();
}
Expand Down

0 comments on commit 76d65cc

Please sign in to comment.