diff options
| author | bobzel <zzzman@gmail.com> | 2024-05-31 11:58:10 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-05-31 11:58:10 -0400 |
| commit | 202e994515392892676f8f080852db1e32b8dbd3 (patch) | |
| tree | f43127a76b387037b253ff03c11b0abfe1a5372b /views | |
| parent | 02cb0d523594947faff8553708b2ace29b63170e (diff) | |
added a markdown for server architecture from old wiki.
Diffstat (limited to 'views')
| -rw-r--r-- | views/stats.pug | 2 | ||||
| -rw-r--r-- | views/user_activity.pug | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/views/stats.pug b/views/stats.pug index c1f961e9f..2aa57604a 100644 --- a/views/stats.pug +++ b/views/stats.pug @@ -25,6 +25,8 @@ block content div(class="stats-content stats-connected-users") p Connected Users: ul(id="connected-user-list") + each val in connectedUsers + li= val
\ No newline at end of file diff --git a/views/user_activity.pug b/views/user_activity.pug index 68e42140d..d8bd155f6 100644 --- a/views/user_activity.pug +++ b/views/user_activity.pug @@ -4,7 +4,7 @@ block content style include ./stylesheets/authentication.css .outermost - .online-container + .online-container .partition(id="active-partition") span.user-type Active Users .inner-activity(id="active-inner") |
