Skip to content

Commit

Permalink
make details visible again, closes #600
Browse files Browse the repository at this point in the history
  • Loading branch information
Erwin Dondorp committed Jun 13, 2024
1 parent 7c2caf6 commit 3a20dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saltgui/static/scripts/panels/Nodegroups.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export class NodegroupsPanel extends Panel {
this.setPlayPauseButton("none");
this.todoNodegroups = null;

const titleElement = this.table.querySelector("#ng-" + null + " td");
const titleElement = this.table.querySelectorAll("#ng-" + null + " td")[1];
const cnt = this.table.rows.length - titleElement.parentElement.rowIndex - 1;

if (cnt === 0) {
Expand Down

0 comments on commit 3a20dfb

Please sign in to comment.