Browse Source

auto update script executed

Toby Chui 1 year ago
parent
commit
0a43928310
2 changed files with 5 additions and 3 deletions
  1. BIN
      system/GeoLite2-Country.mmdb
  2. 5 3
      web/components/status.html

BIN
system/GeoLite2-Country.mmdb


+ 5 - 3
web/components/status.html

@@ -477,7 +477,7 @@
                         maintainAspectRatio: false,
                         tooltips: {enabled: false},
                         hover: {mode: null},
-                        stepped: 'middle',
+                        //stepped: 'middle',
                         plugins: {
                             legend: {
                                 display: true,
@@ -517,6 +517,7 @@
                                 label: 'Inbound',
                                 data: rxValues,
                                 borderColor: "#4d9dd9",
+                                borderWidth: 2,
                                 backgroundColor: 'rgba(77, 157, 217, 0.2)',
                                 fill: true,
                                 pointStyle: false,
@@ -524,8 +525,9 @@
                             {
                                 label: 'Outbound',
                                 data: txValues,
-                                borderColor: '#3a9460',
-                                backgroundColor: 'rgba(58, 148, 96, 0.2)',
+                                borderColor: '#ffe32b',
+                                borderWidth: 2,
+                                backgroundColor: 'rgba(255, 227, 43, 0.2)',
                                 fill: true,
                                 pointStyle: false,
                             }