diff --git a/puppetboard/static/css/puppetboard.css b/puppetboard/static/css/puppetboard.css index 43801db48..02670f266 100644 --- a/puppetboard/static/css/puppetboard.css +++ b/puppetboard/static/css/puppetboard.css @@ -77,6 +77,10 @@ h1.ui.header.no-margin-bottom { background-color: #989898; } +.ui.header.unchanged { + color: #89A54E; +} + .ui.label.unchanged { background-color: #89A54E; } diff --git a/puppetboard/templates/index.html b/puppetboard/templates/index.html index f22309958..2e201fd29 100644 --- a/puppetboard/templates/index.html +++ b/puppetboard/templates/index.html @@ -41,6 +41,17 @@

with status changed +
+ +

+ {{stats['unchanged']}} + {% if stats['unchanged'] == 1 %} node {% else %} nodes {% endif %} +

+
+ with status unchanged +
+ +

@@ -50,10 +61,6 @@

unreported in the last {{ config.UNRESPONSIVE_HOURS }} hours

-
-
-
-

{{metrics['num_nodes']}}

Population @@ -76,7 +83,7 @@

{{metrics['avg_resources_node']}
{% if nodes %} -

Nodes status detail ({{nodes|length}})

+

Nodes, except with status unchanged ({{nodes|length}})

@@ -118,7 +125,7 @@

Nodes status detail ({{nodes|length}})

{% else %} -

Nodes status detail

+

Nodes, except with status unchanged

Nothing seems to be changing.
diff --git a/puppetboard/templates/layout.html b/puppetboard/templates/layout.html index 342560f3c..0b532c87d 100644 --- a/puppetboard/templates/layout.html +++ b/puppetboard/templates/layout.html @@ -106,10 +106,5 @@
-
-
- Copyright © 2013-{{ now('%Y') }} Puppet Community. Live from PuppetDB. -
-
diff --git a/puppetboard/templates/node.html b/puppetboard/templates/node.html index 3f27e1e55..833c629f5 100644 --- a/puppetboard/templates/node.html +++ b/puppetboard/templates/node.html @@ -47,7 +47,7 @@

Details

-
+

Reports

{% if config.DAILY_REPORTS_CHART_ENABLED %}
diff --git a/puppetboard/templates/report.html b/puppetboard/templates/report.html index d68005093..c787a835d 100644 --- a/puppetboard/templates/report.html +++ b/puppetboard/templates/report.html @@ -8,6 +8,7 @@

Summary

Configuration version Start time End time + Duration @@ -22,6 +23,9 @@

Summary

{{report.end}} + + {{report.end - report.start}} +