diff --git a/web/assets/stylesheets/application.css b/web/assets/stylesheets/application.css index 92cbf00c..1838caff 100644 --- a/web/assets/stylesheets/application.css +++ b/web/assets/stylesheets/application.css @@ -400,7 +400,7 @@ img.smallogo { padding: 10px 0; } -.redis-wrapper { +.stats-wrapper { width: 100%; text-align: center; } diff --git a/web/views/busy.erb b/web/views/busy.erb index fce26fea..9185be9c 100644 --- a/web/views/busy.erb +++ b/web/views/busy.erb @@ -4,7 +4,7 @@ -
+

<%= s = processes.size; number_with_delimiter(s) %>

diff --git a/web/views/dashboard.erb b/web/views/dashboard.erb index 8687935f..b8b9f6d4 100644 --- a/web/views/dashboard.erb +++ b/web/views/dashboard.erb @@ -20,22 +20,30 @@
-
-
- <%= t('History') %> +
+
+

<%= t('History') %>

+
+
+
+

-
Redis
-
+
+
+

Redis

+
+
+
<% if @redis_info.fetch("redis_version", nil) %>