Skip to content

Commit

Permalink
these extra spaces ar eno longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Erwin Dondorp committed Jun 25, 2023
1 parent f56f5fa commit 0705ce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions saltgui/static/scripts/panels/Nodegroups.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,9 @@ export class NodegroupsPanel extends Panel {

const titleTd = Utils.createTd();
if (pNodegroup) {
titleTd.innerHTML = Character.EM_DASH + " nodegroup <b>" + pNodegroup + "</b> " + Character.EM_DASH + " (loading) " + Character.EM_DASH + "&nbsp;&nbsp;&nbsp;";
titleTd.innerHTML = Character.EM_DASH + " nodegroup <b>" + pNodegroup + "</b> " + Character.EM_DASH + " (loading) " + Character.EM_DASH;
} else {
titleTd.innerText = Character.EM_DASH + " not in any nodegroup " + Character.EM_DASH + " (loading) " + Character.EM_DASH + Character.NO_BREAK_SPACE + Character.NO_BREAK_SPACE + Character.NO_BREAK_SPACE;
titleTd.innerText = Character.EM_DASH + " not in any nodegroup " + Character.EM_DASH + " (loading) " + Character.EM_DASH;
}
titleTd.colSpan = 4;
tr.append(titleTd);
Expand Down

0 comments on commit 0705ce0

Please sign in to comment.