Small changes

feature/node-rewrite
Sven Slootweg 12 years ago
parent 8493318a7d
commit 54286d231f

@ -308,6 +308,8 @@ class Container extends CPHPDatabaseRecordClass
$result = $this->sNode->ssh->RunCommand($command, false);
pretty_dump($result);
if($result->returncode == 0)
{
return true;

@ -269,12 +269,18 @@ table.vpsinfo td
font-weight: bold;
}
.suspended, .unknown
.suspended
{
color: #5B5F6B;
font-weight: bold;
}
.unknown
{
color: black;
font-weight: bold;
}
.footer
{
font-size: 14px;

@ -32,6 +32,10 @@ else
{
$sContainer->AddIp($_GET['ip']);
}
elseif($_GET['action'] == "delip")
{
$sContainer->RemoveIp($_GET['ip']);
}
elseif($_GET['action'] == "user")
{
$sUser = new User(1);

Loading…
Cancel
Save