From 57613fb2aefecbb1ad10a20e7667d31e2dbbd396 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Fri, 11 May 2012 01:16:49 +0200 Subject: [PATCH] Changed console login details from unordered list to table --- frontend/css/cvm.css | 14 ++++++++++++-- frontend/templates/vps.console.tpl | 24 ++++++++++++++++++------ 2 files changed, 30 insertions(+), 8 deletions(-) diff --git a/frontend/css/cvm.css b/frontend/css/cvm.css index d6c82a2..1ba8248 100644 --- a/frontend/css/cvm.css +++ b/frontend/css/cvm.css @@ -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; diff --git a/frontend/templates/vps.console.tpl b/frontend/templates/vps.console.tpl index f561096..b2e0288 100644 --- a/frontend/templates/vps.console.tpl +++ b/frontend/templates/vps.console.tpl @@ -4,11 +4,23 @@

To use the out-of-band console, connect through SSH as follows:

- + + + + + + + + + + + + + + + + + +
Hostname<%?host>
Port22
Usernamevz
Passwordvz

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.