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