respect casing on service tags (#15329)

* styles: add service tag style

* refact: update service tag on alloc

* refact: update service tag in component
This commit is contained in:
Jai 2022-11-21 10:18:15 -05:00 committed by GitHub
parent 7aa3fd76db
commit 51fff25954
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View File

@ -92,7 +92,7 @@
Tags
</span>
{{#each @service.tags as |tag|}}
<span class="tag">{{tag}}</span>
<span class="tag is-service">{{tag}}</span>
{{/each}}
</span>
{{/if}}

View File

@ -73,6 +73,10 @@
top: 3px;
}
&.is-service {
text-transform: none;
}
.icon {
height: 1rem;
width: 1rem;

View File

@ -314,7 +314,7 @@
</td>
<td data-test-service-tags class="is-long-text">
{{#each row.model.tags as |tag|}}
<span class="tag">{{tag}}</span>
<span class="tag is-service">{{tag}}</span>
{{/each}}
</td>
<td data-test-service-health class="is-2">