Skip to content

Commit

Permalink
a little armor for node table display
Browse files Browse the repository at this point in the history
  • Loading branch information
janoside committed Apr 15, 2019
1 parent 0e2a66c commit 1e166ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions views/includes/node-table.pug
Expand Up @@ -11,5 +11,6 @@ div.table-responsive

tbody
each nodeInfo, index in nodeInfos
- var nodeTableIndex = (nodeTableIndexOffset + index + 1);
include ./node-table-row.pug
if (nodeInfo)
- var nodeTableIndex = (nodeTableIndexOffset + index + 1);
include ./node-table-row.pug

0 comments on commit 1e166ce

Please sign in to comment.