Changed console login details from unordered list to table

feature/node-rewrite
Sven Slootweg 12 years ago
parent 8dea46938c
commit 57613fb2ae

@ -61,16 +61,21 @@ td.container-status img
margin-top: 3px;
}
table.vpsinfo
table.vpsinfo, table.console
{
border: 2px solid #31305E;
}
table.vpsinfo td
table.vpsinfo td, table.console td
{
padding: 2px 13px;
}
table.console
{
margin: 12px 0px;
}
table.vpsinfo th
{
width: 150px;
@ -81,6 +86,11 @@ table.vpslist tr:hover
background-color: #BABAD0;
}
table.console th
{
width: 100px;
}
.clickable a
{
color: black;

@ -4,11 +4,23 @@
<p>To use the out-of-band console, connect through SSH as follows:</p>
<ul>
<li><strong>Hostname:</strong> <%?host></li>
<li><strong>Port:</strong> 22</li>
<li><strong>Username:</strong> vz</li>
<li><strong>Password:</strong> vz</li>
</ul>
<table class="console vertical">
<tr>
<th>Hostname</th>
<td><%?host></td>
</tr>
<tr>
<th>Port</th>
<td>22</td>
</tr>
<tr>
<th>Username</th>
<td>vz</td>
</tr>
<tr>
<th>Password</th>
<td>vz</td>
</tr>
</table>
<p>After logging in with the above details, you will have to enter your VPS panel login details, after which you can select a container to invoke a root shell on.</p>

Loading…
Cancel
Save