mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 13:57:41 -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==''))
|
@if (($asset->assignedTo) && ($asset->deleted_at==''))
|
||||||
<x-icon type="circle-solid" class="text-blue" />
|
<x-icon type="circle-solid" class="text-blue" />
|
||||||
{{ $asset->assetstatus->name }}
|
{{ $asset->assetstatus->name }}
|
||||||
<label class="label label-default">
|
<label class="label label-default">{{ trans('general.deployed') }}</label>
|
||||||
{{ 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()->glyph() !!}
|
||||||
{!! $asset->assignedTo->present()->nameUrl() !!}
|
{!! $asset->assignedTo->present()->nameUrl() !!}
|
||||||
@else
|
@else
|
||||||
|
|
Loading…
Reference in a new issue