diff --git a/web/assets/stylesheets/application.css b/web/assets/stylesheets/application.css
index 911cbb38..a6b1369a 100755
--- a/web/assets/stylesheets/application.css
+++ b/web/assets/stylesheets/application.css
@@ -291,6 +291,15 @@ img.smallogo {
padding: 10px 0;
}
+.redis-wrapper {
+ width: 100%;
+ text-align: center;
+}
+
+.stats-container {
+ display: inline-block;
+}
+
.stat {
float: left;
text-align: center;
@@ -301,6 +310,10 @@ img.smallogo {
margin-bottom: 20px;
}
+.stat:last-child {
+ margin-right: 0;
+}
+
.stat p {
font-size: 0.9em;
}
diff --git a/web/views/dashboard.erb b/web/views/dashboard.erb
index 39c3da05..2ddbb0d6 100644
--- a/web/views/dashboard.erb
+++ b/web/views/dashboard.erb
@@ -22,38 +22,41 @@
<%= t('Version') %>
+<%= t('Version') %>
-<%= t('Uptime') %>
+<%= t('Uptime') %>
-<%= t('Connections') %>
+<%= t('Connections') %>
-<%= t('MemoryUsage') %>
+<%= t('MemoryUsage') %>
+ <% if @redis_info.fetch("used_memory_peak_human", nil) %> +<%= t('PeakMemoryUsage') %>
+<%= t('PeakMemoryUsage') %>
-