mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-01-24 02:19:05 +01:00
edit nodeInfo string
This commit is contained in:
parent
3dfeabcec6
commit
85a77e05af
@ -137,9 +137,9 @@
|
|||||||
<Icon name="people"/>
|
<Icon name="people"/>
|
||||||
</InputGroupText>
|
</InputGroupText>
|
||||||
<InputGroupText class="flex-fill">
|
<InputGroupText class="flex-fill">
|
||||||
Show Users on Node
|
Show Users
|
||||||
</InputGroupText>
|
</InputGroupText>
|
||||||
<a title="Show jobs running on this node" href="/monitoring/users/?cluster={cluster}&state=running&node={hostname}" target="_blank" class="btn btn-outline-primary" role="button" aria-disabled="true" >
|
<a title="Show users active on this node" href="/monitoring/users/?cluster={cluster}&state=running&node={hostname}" target="_blank" class="btn btn-outline-primary" role="button" aria-disabled="true" >
|
||||||
<Icon name="view-list" />
|
<Icon name="view-list" />
|
||||||
List
|
List
|
||||||
</a>
|
</a>
|
||||||
@ -151,7 +151,7 @@
|
|||||||
<Icon name="journals"/>
|
<Icon name="journals"/>
|
||||||
</InputGroupText>
|
</InputGroupText>
|
||||||
<InputGroupText class="flex-fill">
|
<InputGroupText class="flex-fill">
|
||||||
Show Projects on Node
|
Show Projects
|
||||||
</InputGroupText>
|
</InputGroupText>
|
||||||
<a title="Show projects active on this node" href="/monitoring/projects/?cluster={cluster}&state=running&node={hostname}" target="_blank" class="btn btn-outline-primary" role="button" aria-disabled="true" >
|
<a title="Show projects active on this node" href="/monitoring/projects/?cluster={cluster}&state=running&node={hostname}" target="_blank" class="btn btn-outline-primary" role="button" aria-disabled="true" >
|
||||||
<Icon name="view-list" />
|
<Icon name="view-list" />
|
||||||
|
Loading…
Reference in New Issue
Block a user