mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Fixed small layout quirks in asset view
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
423f4f9126
commit
ca8864c061
|
@ -378,11 +378,10 @@
|
|||
@if (($asset->assignedTo) && ($asset->deleted_at==''))
|
||||
<x-icon type="circle-solid" class="text-blue" />
|
||||
{{ $asset->assetstatus->name }}
|
||||
<label class="label label-default">
|
||||
{{ trans('general.deployed') }}
|
||||
</label>
|
||||
<label class="label label-default">{{ trans('general.deployed') }}</label>
|
||||
|
||||
<x-icon type="long-arrow-right" class="text-orange" />
|
||||
|
||||
<x-icon type="long-arrow-right" />
|
||||
{!! $asset->assignedTo->present()->glyph() !!}
|
||||
{!! $asset->assignedTo->present()->nameUrl() !!}
|
||||
@else
|
||||
|
|
Loading…
Reference in a new issue