diff options
author | redmatrix <git@macgirvin.com> | 2016-05-10 21:46:04 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-10 21:46:04 -0700 |
commit | 4dd3839c41e18d9724855e7955d8737b6f52dcd6 (patch) | |
tree | de4467d3f721ef1a507411647b2c2e7577786817 /view | |
parent | 9caaa9397e2b7c9b9acde8cbab4bb97a77939d8a (diff) | |
download | volse-hubzilla-4dd3839c41e18d9724855e7955d8737b6f52dcd6.tar.gz volse-hubzilla-4dd3839c41e18d9724855e7955d8737b6f52dcd6.tar.bz2 volse-hubzilla-4dd3839c41e18d9724855e7955d8737b6f52dcd6.zip |
provide repository versions on admin summary page and an upgrade message if you're behind master
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/admin_summary.tpl | 11 |
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 |