We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 374e54e commit b1aae2dCopy full SHA for b1aae2d
1 file changed
web/templates/admin/edit_server.html
@@ -185,7 +185,7 @@
185
</tr>
186
<?php if ($_SESSION['RELEASE_BRANCH'] !== 'release') {?>
187
<tr>
188
- <td class="vst-text input-label">
+ <td class="vst-text">
189
<?php print _('Release'); ?>: <span class="optional"><?php echo $_SESSION['RELEASE_BRANCH'] ?></span>
190
</td>
191
@@ -308,7 +308,7 @@
308
309
310
311
312
<?php print _('DNS Cluster');?>: <span class="optional"><? if ($v_dns_cluster == 'yes') { echo 'Yes'; } else { echo 'No'; } ?></span>
313
314
0 commit comments