fix: do not show n/a networsk
This commit is contained in:
parent
8edda0cdda
commit
10f9e22a8e
@ -16,7 +16,6 @@
|
|||||||
<button class="text-white btn-link">{{ data_get($docker, 'network') }} </button>
|
<button class="text-white btn-link">{{ data_get($docker, 'network') }} </button>
|
||||||
</a>
|
</a>
|
||||||
@empty
|
@empty
|
||||||
<div class="">N/A</div>
|
|
||||||
@endforelse
|
@endforelse
|
||||||
@forelse ($server->swarmDockers as $docker)
|
@forelse ($server->swarmDockers as $docker)
|
||||||
<a
|
<a
|
||||||
@ -24,7 +23,6 @@
|
|||||||
<button class="text-white btn-link">{{ data_get($docker, 'network') }} </button>
|
<button class="text-white btn-link">{{ data_get($docker, 'network') }} </button>
|
||||||
</a>
|
</a>
|
||||||
@empty
|
@empty
|
||||||
<div class="">N/A</div>
|
|
||||||
@endforelse
|
@endforelse
|
||||||
</div>
|
</div>
|
||||||
<div class="pt-2">
|
<div class="pt-2">
|
||||||
|
Loading…
Reference in New Issue
Block a user