diff options
author | Mario <mario@mariovavti.com> | 2019-11-22 14:59:46 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-11-22 14:59:46 +0100 |
commit | 530d816df6d4d0ede07fb56543519439dfa50bbc (patch) | |
tree | b5202776942979f9b56a9be0e84b13cfcf65a0c6 /view/tpl/connstatus.tpl | |
parent | 4a4c43bb2c336622181ccdd006642efc7b9f1ee5 (diff) | |
parent | 23c47f78eada85c1f897bbf348a4f802db9ef2f9 (diff) | |
download | volse-hubzilla-530d816df6d4d0ede07fb56543519439dfa50bbc.tar.gz volse-hubzilla-530d816df6d4d0ede07fb56543519439dfa50bbc.tar.bz2 volse-hubzilla-530d816df6d4d0ede07fb56543519439dfa50bbc.zip |
Merge branch 'better-conn-status' into 'dev'
More descriptive connection status icons
See merge request hubzilla/core!1789
Diffstat (limited to 'view/tpl/connstatus.tpl')
-rw-r--r-- | view/tpl/connstatus.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/connstatus.tpl b/view/tpl/connstatus.tpl new file mode 100644 index 000000000..667775f3a --- /dev/null +++ b/view/tpl/connstatus.tpl @@ -0,0 +1 @@ +<i class="fa fa-fw fa-comments oneway-overlay text-{{if $perminfo.connpermcount == 3}}success{{elseif $perminfo.connpermcount > 0}}warning{{else}}danger{{/if}}" title="{{$perminfo.connperms}}"></i> |