Skip to content

Commit

Permalink
use a visual clue to separate the nodegroups
Browse files Browse the repository at this point in the history
  • Loading branch information
Erwin Dondorp committed Jun 21, 2023
1 parent 0fd1c46 commit f56f5fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions saltgui/static/scripts/panels/Nodegroups.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ export class NodegroupsPanel extends Panel {

_addNodegroupRow (pNodegroup, pAllNodegroups) {
const tr = Utils.createTr("no-search", null, "ng-" + pNodegroup);
tr.style.borderTop = "4px double #ddd";

const titleTd = Utils.createTd();
if (pNodegroup) {
Expand Down

0 comments on commit f56f5fa

Please sign in to comment.