Commit 69993a2 1 parent a751144 commit 69993a2 Copy full SHA for 69993a2
File tree 2 files changed +15
-4
lines changed
2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,10 @@ h1.ui.header.no-margin-bottom {
77
77
background-color : # 989898 ;
78
78
}
79
79
80
+ .ui .header .unchanged {
81
+ color : # 89A54E ;
82
+ }
83
+
80
84
.ui .label .unchanged {
81
85
background-color : # 89A54E ;
82
86
}
Original file line number Diff line number Diff line change @@ -41,6 +41,17 @@ <h1 class="ui header changed no-margin-bottom">
41
41
</ a >
42
42
< span > with status changed</ span >
43
43
</ div >
44
+ < div class ="column ">
45
+ < a href ="{{url_for('nodes', env=current_env, status='unchanged')}} ">
46
+ < h1 class ="ui header unchanged no-margin-bottom ">
47
+ {{stats['unchanged']}}
48
+ < small > {% if stats['unchanged'] == 1 %} node {% else %} nodes {% endif %}</ small >
49
+ </ h1 >
50
+ </ a >
51
+ < span > with status unchanged</ span >
52
+ </ div >
53
+ </ div >
54
+ < div class ="four column row ">
44
55
< div class ="column ">
45
56
< a href ="{{url_for('nodes', env=current_env, status='unreported')}} ">
46
57
< h1 class ="ui header unreported no-margin-bottom ">
@@ -50,10 +61,6 @@ <h1 class="ui header unreported no-margin-bottom">
50
61
</ a >
51
62
< span > unreported in the last {{ config.UNRESPONSIVE_HOURS }} hours</ span >
52
63
</ div >
53
- </ div >
54
- < div class ="four column row ">
55
- < div class ="column ">
56
- </ div >
57
64
< div class ="column ">
58
65
< h1 class ="ui header darkblue no-margin-bottom "> {{metrics['num_nodes']}}</ h1 >
59
66
< span > Population</ span >
You can’t perform that action at this time.
0 commit comments