fix: Fix status updates, add color to status
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
<tr>
|
||||
<td>Status</td>
|
||||
<td>
|
||||
<strong>{{.v.Status}}</strong>
|
||||
<strong style="color: var(--{{.v.StatusColor}})">{{.v.Status}}</strong>
|
||||
</br>{{.v.Message}}
|
||||
</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user