mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Align the buttons (Edit and Delete) to the right in Map Management (#16052)
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<i class="fa fa-map-marked fa-fw fa-lg" aria-hidden="true"></i>
|
||||
<a href="{{ route('maps.custom.show', $map->custom_map_id) }}">{{ $map->name }}</a>
|
||||
</div>
|
||||
<div class="tw-flex-none sm:tw-flex-1 tw-flex-shrink tw-whitespace-nowrap">
|
||||
<div class="tw-flex-auto tw-flex-shrink tw-whitespace-nowrap">
|
||||
<a class="btn btn-default" href="{{ route('maps.custom.edit', $map->custom_map_id) }}">
|
||||
<i class="fa fa-pencil" aria-hidden="true"></i>
|
||||
<span class="tw-hidden sm:tw-inline" aria-hidden="false">{{ __('Edit') }}</span>
|
||||
|
Reference in New Issue
Block a user