edit nodeInfo string

This commit is contained in:
Christoph Kluge 2024-10-16 12:51:10 +02:00
parent 3dfeabcec6
commit 85a77e05af

View File

@ -137,9 +137,9 @@
<Icon name="people"/>
</InputGroupText>
<InputGroupText class="flex-fill">
Show Users on Node
Show Users
</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" />
List
</a>
@ -151,7 +151,7 @@
<Icon name="journals"/>
</InputGroupText>
<InputGroupText class="flex-fill">
Show Projects on Node
Show Projects
</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" >
<Icon name="view-list" />