ACP stats
This commit is contained in:
parent
002888a0de
commit
27834e1211
3 changed files with 84 additions and 3 deletions
|
|
@ -118,11 +118,11 @@ html(lang="en")
|
|||
pre#acp-eventlog-text
|
||||
#acp-stats.acp-panel.col-md-12(style="display: none")
|
||||
h3 User Count
|
||||
canvas#stat_users(width="100%", height="400")
|
||||
canvas#stat_users(width="1140", height="400")
|
||||
h3 Channel Count
|
||||
canvas#stat_channels(width="100%", height="400")
|
||||
canvas#stat_channels(width="1140", height="400")
|
||||
h3 Memory Usage
|
||||
canvas#stat_mem(width="100%", height="400")
|
||||
canvas#stat_mem(width="1140", height="400")
|
||||
|
||||
include footer
|
||||
mixin footer()
|
||||
|
|
@ -132,4 +132,5 @@ html(lang="en")
|
|||
script(src="/sioconfig")
|
||||
script(src="/assets/js/util.js")
|
||||
script(src="/assets/js/paginator.js")
|
||||
script(src="/assets/js/chart.js")
|
||||
script(src="/js/acp.js")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue