We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c2caf6 commit 3a20dfbCopy full SHA for 3a20dfb
1 file changed
saltgui/static/scripts/panels/Nodegroups.js
@@ -234,7 +234,7 @@ export class NodegroupsPanel extends Panel {
234
this.setPlayPauseButton("none");
235
this.todoNodegroups = null;
236
237
- const titleElement = this.table.querySelector("#ng-" + null + " td");
+ const titleElement = this.table.querySelectorAll("#ng-" + null + " td")[1];
238
const cnt = this.table.rows.length - titleElement.parentElement.rowIndex - 1;
239
240
if (cnt === 0) {
0 commit comments