Skip to content

Commit

Permalink
fix: added media type tag to media type text (#4638)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
dr3am37 committed May 9, 2022
1 parent bd8fd89 commit fe501d3
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2,7 +2,7 @@

<div id="result{{result.id}}" *ngIf="fullyLoaded" class="ombi-card dark-card c" [style.display]="hide ? 'none' : 'block'">
<div class="card-top-info">
<div class="top-left" id="type{{result.id}}">
<div class="top-left" id="type{{result.id}}-{{RequestType[result.type]}}">
{{ 'Common.' + RequestType[result.type] | translate }}
</div>
<div class="{{getStatusClass()}} top-right" id="status{{result.id}}">
Expand Down Expand Up @@ -48,4 +48,4 @@


</div>
</div>
</div>

0 comments on commit fe501d3

Please sign in to comment.