diff --git a/src/views/system.html b/src/views/system.html
index b71b13f7b..128564432 100644
--- a/src/views/system.html
+++ b/src/views/system.html
@@ -107,9 +107,10 @@
- |
- Addon |
- Memory |
+ |
+ Addon |
+ Memory Usage |
+ Memory Limit |
Actions |
@@ -123,11 +124,15 @@
{{ addon.name }}
- {{ addon.config.memory / 1024 / 1024 + 'MB' }}
- not configurable
+
+ |
+
+ {{ addon.config.memory / 1024 / 1024 + ' MB' }}
|
-
+
|