From 79ac5b3cb03ae48182443a6b3c6f1527d310451d Mon Sep 17 00:00:00 2001 From: Daniele Sluijters Date: Tue, 5 Nov 2013 16:10:46 +0100 Subject: [PATCH] node: Give the node overview some breathing room. The interface was too packed causing the facts and reports tables to be jammed into place. Currently working on a complete new node overview page but this should make things a bit more workable in the meantime. --- puppetboard/templates/node.html | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/puppetboard/templates/node.html b/puppetboard/templates/node.html index ac93247..2a811cb 100644 --- a/puppetboard/templates/node.html +++ b/puppetboard/templates/node.html @@ -2,34 +2,34 @@ {% import '_macros.html' as macros %} {% block content %}
-
+

Details

+ + + + + + + + - - - - - - - - - - - +
HostnameFacts uploaded atCatalog compiled atReport uploaded at
Hostname {{node.name}}
Catalog compiled at{{node.catalog_timestamp}}
Facts retrieved at {{node.facts_timestamp}}
Report uploaded at{{node.catalog_timestamp}} {{node.report_timestamp}}
-
+
+
+

Facts

{{macros.facts_table(facts, link_facts=True, condensed=True, margin_top=10)}}
-
+

Reports

{{ macros.reports_table(reports, node.name, condensed=True, hash_truncate=True, show_conf_col=False, show_agent_col=False, show_host_col=False)}}