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"/> <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" />