Add initial support for viewing basic server details

Includes support for changing server name, owner, and daemon secret.
This commit is contained in:
Dane Everitt 2016-01-02 18:04:18 -05:00
parent 41652d7384
commit 2c054e7edc
6 changed files with 327 additions and 4 deletions

View file

@ -74,3 +74,6 @@ pre{display:block;padding:12px 12px;margin:0;font-size:12px;color:#c7254e;backgr
.close:hover {color:#000;opacity:0.5;}
.filename {outline: none;width:450px;background: transparent;margin-left:-5px;padding:0;border: 0px;font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight: 250;line-height: 1.1;font-size: 19px;color: #aaa}
form .text-muted {margin: 0 0 -5.5px}
.tab-pane.active .panel.panel-default {border-top:0 !important}
.tabs_with_panel > li.active > a {background-color: #f5f5f5 !important}
.tabs_with_panel > li > a {background: transparent;}