diff options
author | Saku Ytti <saku@ytti.fi> | 2014-02-27 15:08:43 +0200 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2014-02-27 15:08:43 +0200 |
commit | 554ed10e16544c76447cc4e97865055eeef47482 (patch) | |
tree | db0ed7f7eeb5802bf4e43ff6745e5d79173d5124 /lib/oxidized/api/web/views/nodes.haml | |
parent | c16616f80c6756d407795498335ba779c11e5fbb (diff) |
Slightly less ugly nodes page
Diffstat (limited to 'lib/oxidized/api/web/views/nodes.haml')
-rw-r--r-- | lib/oxidized/api/web/views/nodes.haml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/oxidized/api/web/views/nodes.haml b/lib/oxidized/api/web/views/nodes.haml index 4bc0b14..87549cc 100644 --- a/lib/oxidized/api/web/views/nodes.haml +++ b/lib/oxidized/api/web/views/nodes.haml @@ -1,8 +1,7 @@ %html !=haml :head %body - %a(href="/reload") reload list of nodes - %table + %table{:class=>'center'} %tr %th Name %th IP @@ -25,3 +24,5 @@ %a(href="/node/fetch/#{node[:full_name]}") config %td %a(href="/node/next/#{node[:full_name]}") update + %p{:class=>'center'} + %a(href="/reload") reload list of nodes |