mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
Include asset status type in asset detail view
This commit is contained in:
parent
0595867500
commit
13450aa961
|
@ -86,6 +86,8 @@
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
{{ $asset->assetstatus->name }}
|
{{ $asset->assetstatus->name }}
|
||||||
|
|
||||||
|
({{ $asset->assetstatus->getStatuslabelType() }})
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@endif
|
@endif
|
||||||
|
|
Loading…
Reference in a new issue