diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-15 10:53:05 +1000 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-15 10:53:05 +1000 |
commit | db3d99f7c73885abf38ff7f628972f025d44b98a (patch) | |
tree | ac529ef24ecd4903a0e3aa5ca22a000f32e8146e /view/tpl | |
parent | 8fb4f376702ad3d4417bb2c4d8937a9911cb56ca (diff) | |
parent | dfd4115f7aca78498f8b19d58567a84d15bbfd69 (diff) | |
download | volse-hubzilla-db3d99f7c73885abf38ff7f628972f025d44b98a.tar.gz volse-hubzilla-db3d99f7c73885abf38ff7f628972f025d44b98a.tar.bz2 volse-hubzilla-db3d99f7c73885abf38ff7f628972f025d44b98a.zip |
Merge pull request #41 from redmatrix/display_load_average
Display load average on the siteinfo page
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/siteinfo.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/siteinfo.tpl b/view/tpl/siteinfo.tpl index 3b0c8841c..0b16f5602 100755 --- a/view/tpl/siteinfo.tpl +++ b/view/tpl/siteinfo.tpl @@ -10,6 +10,7 @@ {{if $polled}} <p>{{$polled}} {{$lastpoll}}</p> {{/if}} +<p>{{$load_average}} {{$loadavg_all}}</p> <p>{{$web_location}}</p> <p>{{$visit}}</p> <p>{{$bug_text}} <a href="{{$bug_link_url}}">{{$bug_link_text}}</a></p> |