Browse Source

cleanup client view

andre 4 years ago
parent
commit
eeeb144e23
1 changed files with 10 additions and 0 deletions
  1. 10 0
      templates/client/default/controlers/main.tpl

+ 10 - 0
templates/client/default/controlers/main.tpl

@@ -238,6 +238,16 @@
                                     {/if}
                                     {if $customfields}
                                         <div class="tab-pane fade{if !$domain && !$moduleclientarea && !$configurableoptions && !$metricStats} show active{/if}" role="tabpanel" id="additionalinfo">
+                                            <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">{$moduleParams.customfields['ciuser']}</td>
+                                                </tr>
+                                                <tr>
+                                                    <td align='left'>SSH-Key</td>
+                                                    <td align="left">{$moduleParams.customfields['sshkeys']}</td>
+                                                </tr>
+                                            </table>
                                         </div>
                                     {/if}
                                     {if $lastupdate}