mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
adds message if no tags attached to job
This commit is contained in:
parent
71621a9dc4
commit
c0b1e97602
@ -315,7 +315,13 @@
|
|||||||
{:else if filterTerm !== ""}
|
{:else if filterTerm !== ""}
|
||||||
<ListGroup class="mb-3">
|
<ListGroup class="mb-3">
|
||||||
<ListGroupItem disabled>
|
<ListGroupItem disabled>
|
||||||
<i>No used tags matching</i>
|
<i>No attached tags matching.</i>
|
||||||
|
</ListGroupItem>
|
||||||
|
</ListGroup>
|
||||||
|
{:else}
|
||||||
|
<ListGroup class="mb-3">
|
||||||
|
<ListGroupItem disabled>
|
||||||
|
<i>Job has no attached tags.</i>
|
||||||
</ListGroupItem>
|
</ListGroupItem>
|
||||||
</ListGroup>
|
</ListGroup>
|
||||||
{/if}
|
{/if}
|
||||||
@ -345,7 +351,7 @@
|
|||||||
{:else if filterTerm !== ""}
|
{:else if filterTerm !== ""}
|
||||||
<ListGroup class="mb-3">
|
<ListGroup class="mb-3">
|
||||||
<ListGroupItem disabled>
|
<ListGroupItem disabled>
|
||||||
<i>No unused tags matching</i>
|
<i>No unused tags matching.</i>
|
||||||
</ListGroupItem>
|
</ListGroupItem>
|
||||||
</ListGroup>
|
</ListGroup>
|
||||||
{/if}
|
{/if}
|
||||||
|
Loading…
Reference in New Issue
Block a user