Skip to content

Commit

Permalink
(cont)
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Parker authored and scroix committed Apr 1, 2024
1 parent 8394d75 commit 6ffa4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodel-webui-js/src/nodel.js
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ var applyLocalsFilter = function(filterstr) {
for (var i=0; i<filtered.length; i++) {
filtered[i].host = localhost;
filtered[i].node = getSimpleName(filtered[i].name);
filtered[i].address = '/nodes/' + encodeURIComponent(getVerySimpleName(filtered[i].name)) + '/nodel.xml';
filtered[i].address = '/nodes/' + encodeURIComponent(getVerySimpleName(filtered[i].name));
if(_.isUndefined(localsList['hosts'][encodr(localhost)])) {
var hosts = updateHost(filtered[i].host, localsList);
hosts[localhost].icon = generateHostIcon(host); // makes it identical to the current host's one
Expand Down

0 comments on commit 6ffa4b7

Please sign in to comment.