|
|
@@ -238,14 +238,20 @@
|
|
|
{/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'>{if $moduleParams.customfields['ciuser']}{$moduleParams.customfields['ciuser']}{else}root{/if}</td>
|
|
|
- </tr>
|
|
|
+ <table width="100%" cellspacing="0" cellpadding="0" class="frame">
|
|
|
<tr>
|
|
|
- <td align='left'>SSH-Key</td>
|
|
|
- <td align="left">{assign var=keyName value=' '|explode:$moduleParams.customfields['sshkeys']}{$keyName[2]}</td>
|
|
|
+ <td align='center'>
|
|
|
+ <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>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td align='left'>SSH-Key</td>
|
|
|
+ <td align="left">{assign var=keyName value=' '|explode:$moduleParams.customfields['sshkeys']}{$keyName[2]}</td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
</div>
|