We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5112598 commit 0620564Copy full SHA for 0620564
1 file changed
web/templates/admin/edit_server.html
@@ -679,14 +679,14 @@
679
680
<tr>
681
<td class="vst-text input-label step-top">
682
- <a href="javascript:elementHideShow('vesta');" class="vst-text">
+ <a href="javascript:elementHideShow('hestia');" class="vst-text">
683
<b><?php print __('Hestia Control Panel Plugins');?> <!-- span style="color:#ff6701;font-size:10px; padding:0 10px;">preview</span--><img src="/images/arrow.png"></b>
684
</a>
685
</td>
686
</tr>
687
688
<td class="vst-text input-label step-left">
689
- <table style="display:<?php if (empty($v_adv)) echo 'none';?> ;" id="vesta">
+ <table style="display:<?php if (empty($v_adv)) echo 'none';?> ;" id="hestia">
690
691
<td class="vst-text">
692
<?php print __('Version') ?>
0 commit comments