Skip to content

Commit

Permalink
fixed more cases of the same issue in dim.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz Wicenec authored and Moritz Wicenec committed Jun 3, 2022
1 parent a619fda commit 3847ccf
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions daliuge-engine/dlg/manager/web/dim.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,9 @@ <h4>Nodes</h4>
selectedNode = null;
}
var serverUrl = '{{serverUrl}}';
var dmPort = {
{
dmPort
}
}

var nodes = {
{
!nodes
}
}

var dmPort = {{dmPort}}
var nodes = {{!nodes}}

var refreshSessionListBtn = d3.select('#refreshSessionListBtn');
var addSessionBtn = d3.select('#addSessionBtn');
var sessionsTbodyEl = d3.select('#sessionsTable tbody');
Expand Down

0 comments on commit 3847ccf

Please sign in to comment.