Include asset status type in asset detail view
This commit is contained in:
parent
0595867500
commit
13450aa961
1 changed files with 2 additions and 0 deletions
|
@ -86,6 +86,8 @@
|
|||
@endif
|
||||
|
||||
{{ $asset->assetstatus->name }}
|
||||
|
||||
({{ $asset->assetstatus->getStatuslabelType() }})
|
||||
</td>
|
||||
</tr>
|
||||
@endif
|
||||
|
|
Loading…
Add table
Reference in a new issue