mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
This commit is contained in:
parent
e6dee37af0
commit
fa9ba303aa
7 changed files with 464 additions and 5 deletions
|
@ -208,7 +208,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr dir-paginate="node in (state.filteredNodes = (nodes | filter:state.filter | orderBy:sortType:sortReverse | itemsPerPage: state.pagination_count))">
|
||||
<td>{{ node.Description.Hostname }}</td>
|
||||
<td><a ui-sref="node({id: node.ID})">{{ node.Description.Hostname }}</a></td>
|
||||
<td>{{ node.Spec.Role }}</td>
|
||||
<td>{{ node.Description.Resources.NanoCPUs / 1000000000 }}</td>
|
||||
<td>{{ node.Description.Resources.MemoryBytes|humansize }}</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue