mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-13 04:28:36 -05:00
Merge pull request #2378 from mabashian/label-context
Added label to the search tag
This commit is contained in:
@@ -70,7 +70,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="TagSearch-tag TagSearch-tag--deletable"
|
<div class="TagSearch-tag TagSearch-tag--deletable"
|
||||||
<span class="TagSearch-name">
|
<span class="TagSearch-name">
|
||||||
{{ tag.name }}
|
{{tag.label}} : {{ tag.name }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user