Update edit_server.html

This commit is contained in:
ikheetjeff 2024-10-15 17:50:47 +02:00 committed by myvesta
parent 4c495a1d69
commit ff7bc2baa5

View file

@ -641,6 +641,17 @@
<br><br>
</td>
</tr>
<tr>
<td class="vst-text">
<?php print __('Port') ?>
</td>
</tr>
<tr>
<td>
<input type="text" size="20" class="vst-input" name="v_backup_port" value="<?=trim($v_backup_port, "'")?>">
<br><br>
</td>
</tr>
<tr>
<td class="vst-text">
<?php print __('Username') ?>