mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -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>
|
<i class="fas fa-circle text-green"></i>
|
||||||
@elseif (($asset->assetstatus) && ($asset->assetstatus->pending=='1'))
|
@elseif (($asset->assetstatus) && ($asset->assetstatus->pending=='1'))
|
||||||
<i class="fas fa-circle text-orange"></i>
|
<i class="fas fa-circle text-orange"></i>
|
||||||
@elseif (($asset->assetstatus) && ($asset->assetstatus->archived=='1'))
|
@else
|
||||||
<i class="fas fa-times text-red"></i>
|
<i class="fas fa-times text-red"></i>
|
||||||
@endif
|
@endif
|
||||||
<a href="{{ route('statuslabels.show', $asset->assetstatus->id) }}">
|
<a href="{{ route('statuslabels.show', $asset->assetstatus->id) }}">
|
||||||
|
|
Loading…
Reference in a new issue