aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl')
-rwxr-xr-xview/tpl/admin_summary.tpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/view/tpl/admin_summary.tpl b/view/tpl/admin_summary.tpl
index 259640849..ca94b0ef7 100755
--- a/view/tpl/admin_summary.tpl
+++ b/view/tpl/admin_summary.tpl
@@ -3,6 +3,9 @@
{{if $adminalertmsg}}
<p class="alert alert-warning" role="alert">{{$adminalertmsg}}</p>
{{/if}}
+{{if $upgrade}}
+ <p class="alert alert-warning" role="alert">{{$upgrade}}</p>
+{{/if}}
<dl>
<dt>{{$queues.label}}</dt>
<dd>{{$queues.queue}}</dd>
@@ -29,4 +32,12 @@
<dt>{{$version.0}}</dt>
<dd>{{$version.1}} - {{$build}}</dd>
</dl>
+ <dl>
+ <dt>{{$vmaster.0}}</dt>
+ <dd>{{$vmaster.1}}</dd>
+ </dl>
+ <dl>
+ <dt>{{$vdev.0}}</dt>
+ <dd>{{$vdev.1}}</dd>
+ </dl>
</div> \ No newline at end of file