Browse Source

format client output

andre 4 years ago
parent
commit
199870b3c4
1 changed files with 4 additions and 3 deletions
  1. 4 3
      templates/client/default/controlers/main.tpl

+ 4 - 3
templates/client/default/controlers/main.tpl

@@ -237,14 +237,15 @@
                                         </div>
                                     {/if}
                                     {if $customfields}
-                                        <div class="tab-pane fade{if !$domain && !$moduleclientarea && !$configurableoptions && !$metricStats} show active{/if}" role="tabpanel" id="additionalinfo">
+                                        <div class="tab-pane fade{if !$domain && !$moduleclientarea} show active{/if}" role="tabpanel" id="configoptions">
                                             <table width="100%" cellspacing="0" cellpadding="0" class="frame">
                                                 <tr>
-                                                    <td align='center'>
+                                                    <td>
                                                         <table width="100%" border="0" cellpadding="10" cellspacing="0" class="table table-striped table-framed">
                                                             <tr>
                                                                 <td align='left'>Admin Username</td>
-                                                                <td align='left'>{if $moduleParams.customfields['ciuser']}{$moduleParams.customfields['ciuser']}{else}root{/if}</td>
+                                                                <td align='left'>{if $moduleParams.customfields['ciuser']}{$moduleParams.customfields['ciuser']}{else}root{/if}
+                                                                </td>
                                                             </tr>
                                                             <tr>
                                                                 <td align='left'>SSH-Key</td>