mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
fix(swarm): fix an issue when trying to access node view (#650)
This commit is contained in:
parent
08868eb3e0
commit
22c02a8fe9
2 changed files with 2 additions and 2 deletions
|
@ -215,7 +215,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr dir-paginate="node in (state.filteredNodes = (nodes | filter:state.filter | orderBy:sortType:sortReverse | itemsPerPage: state.pagination_count))">
|
||||
<td><a ui-sref="node({id: node.ID})">{{ node.Hostname }}</a></td>
|
||||
<td><a ui-sref="node({id: node.Id})">{{ node.Hostname }}</a></td>
|
||||
<td>{{ node.Role }}</td>
|
||||
<td>{{ node.CPUs / 1000000000 }}</td>
|
||||
<td>{{ node.Memory|humansize }}</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue