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>
|
||||
|
@ -50,7 +50,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
<div class="vuln-footer">
|
||||
<p><strong>Status:</strong> {{.Status}}</p>
|
||||
<p style="color: var(--{{.StatusColor}})"><strong>Status:</strong> {{.Status}}</p>
|
||||
<a href="/details/{{.ID}}">View details</a>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user