feat(ui): added network heading on services page for network related options
This commit is contained in:
parent
f896d47b99
commit
8105447f94
1 changed files with 3 additions and 0 deletions
|
|
@ -20,6 +20,9 @@
|
|||
placeholder="My super WordPress site" />
|
||||
<x-forms.input canGate="update" :canResource="$service" id="description" label="Description" />
|
||||
</div>
|
||||
<div>
|
||||
<h3>Network</h3>
|
||||
</div>
|
||||
<div class="w-96">
|
||||
<x-forms.checkbox canGate="update" :canResource="$service" instantSave id="connectToDockerNetwork"
|
||||
label="Connect To Predefined Network"
|
||||
|
|
|
|||
Loading…
Reference in a new issue