diff --git a/.devilbox/www/htdocs/databases.php b/.devilbox/www/htdocs/databases.php
index 018b3ea5..ddafcd2f 100644
--- a/.devilbox/www/htdocs/databases.php
+++ b/.devilbox/www/htdocs/databases.php
@@ -32,7 +32,7 @@
|
|
|
- |
+ |
@@ -63,8 +63,8 @@
if (this.readyState == 4 && this.status == 200) {
res = (this.responseText) == 0 ? '0sss MB' : this.responseText+' MB';
len = res.length;
- if (len < 8) {
- for (i=len; i<8; i++) {
+ if (len < 9) {
+ for (i=len; i<9; i++) {
fill = ' ' + fill;
}
diff --git a/doc/img/03_intranet_databases.png b/doc/img/03_intranet_databases.png
index 116359b1..4fb0c36f 100644
Binary files a/doc/img/03_intranet_databases.png and b/doc/img/03_intranet_databases.png differ