Skip to content

Commit 3a20dfb

Browse files
author
Erwin Dondorp
committed
make details visible again, closes #600
1 parent 7c2caf6 commit 3a20dfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

saltgui/static/scripts/panels/Nodegroups.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ export class NodegroupsPanel extends Panel {
234234
this.setPlayPauseButton("none");
235235
this.todoNodegroups = null;
236236

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

240240
if (cnt === 0) {

0 commit comments

Comments
 (0)