diff options
author | Mika Havela <mika.havela@gmail.com> | 2007-11-27 16:04:40 +0000 |
---|---|---|
committer | Mika Havela <mika.havela@gmail.com> | 2007-11-27 16:04:40 +0000 |
commit | 02d1365c0319a17df2ee3930fc038e0ae8f22880 (patch) | |
tree | be61162ad805e7d5b71d33670aaaf61cad0cba82 /openvpn-server_config-html.lsp | |
parent | 84505f46e62bb2db4f68777000c5f65826ea4dad (diff) | |
download | acf-openvpn-02d1365c0319a17df2ee3930fc038e0ae8f22880.tar.bz2 acf-openvpn-02d1365c0319a17df2ee3930fc038e0ae8f22880.tar.xz |
Cleaning up model-code and getting some time-values displaying.
git-svn-id: svn://svn.alpinelinux.org/acf/openvpn/trunk@372 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'openvpn-server_config-html.lsp')
-rw-r--r-- | openvpn-server_config-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openvpn-server_config-html.lsp b/openvpn-server_config-html.lsp index c5b28b6..9a26db7 100644 --- a/openvpn-server_config-html.lsp +++ b/openvpn-server_config-html.lsp @@ -22,7 +22,7 @@ <h3>Connected clients status</h3> <dt>Last status was recorded</dt> -<dd><?= view.config.lastupdate ?></dd> +<dd><?= view.config.lastdatechangetxt ?> (This was <b><?= view.config.lastdatechangediff ?></b> ago)</dd> <dt>Maximum clients</dt> <dd><?= view.config.maxclients ?></dd> |