mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
Merge pull request #12513 from Godmartinz/gh12493
adds a red icon next to the undeployable status
This commit is contained in:
commit
f7df2ae403
|
@ -243,7 +243,7 @@
|
|||
<i class="fas fa-circle text-green"></i>
|
||||
@elseif (($asset->assetstatus) && ($asset->assetstatus->pending=='1'))
|
||||
<i class="fas fa-circle text-orange"></i>
|
||||
@elseif (($asset->assetstatus) && ($asset->assetstatus->archived=='1'))
|
||||
@else
|
||||
<i class="fas fa-times text-red"></i>
|
||||
@endif
|
||||
<a href="{{ route('statuslabels.show', $asset->assetstatus->id) }}">
|
||||
|
|
Loading…
Reference in a new issue