mirror of
https://github.com/nasa/openmct.git
synced 2025-04-19 16:40:58 +00:00
[Fault Management] Fix class case issue not showing icon (#5298)
* fixing capital class name not triggering fault severity icon * using computed value
This commit is contained in:
parent
d13d7dc8f3
commit
e103ea44d8
@ -40,7 +40,7 @@
|
||||
class="c-fault-mgmt__list-severity"
|
||||
:title="fault.severity"
|
||||
:class="[
|
||||
'is-severity-' + fault.severity
|
||||
'is-severity-' + severity
|
||||
]"
|
||||
>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user