Skip to content

Commit edc8e89

Browse files
authored
Update edit_ip.php (hestiacp#3282)
* Update edit_ip.php * Update code
1 parent fb85fcd commit edc8e89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/templates/pages/edit_ip.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<form
2121
x-data="{
22-
showUserTable: <?= empty($v_dedicated) ? "false" : "true" ?>
22+
showUserTable: <?= empty($v_dedicated) ? "true" : "false" ?>
2323
}"
2424
id="vstobjects"
2525
name="v_edit_ip"
@@ -50,7 +50,7 @@
5050
<?= _("Shared") ?>
5151
</label>
5252
</div>
53-
<div x-cloak x-show="showUserTable" id="usrtable">
53+
<div x-cloak x-show="!showUserTable" id="usrtable">
5454
<div class="u-mb10">
5555
<label for="v_owner" class="form-label"><?= _("Assigned user") ?></label>
5656
<select class="form-select" name="v_owner" id="v_owner">

0 commit comments

Comments
 (0)