diff --git a/simpleadmin/www/index.html b/simpleadmin/www/index.html index f360642..05b837e 100644 --- a/simpleadmin/www/index.html +++ b/simpleadmin/www/index.html @@ -715,7 +715,7 @@ // Calculate the NR bandwidth this.bandwidth = - this.calculate_nr_bw(nr_bw).toString() + " MHz"; + "NR " + this.calculate_nr_bw(nr_bw).toString() + " MHz"; // Parse the PCIs this.pcc_pci = lines[27].split(",")[7].replace(/"/g, ""); @@ -789,9 +789,9 @@ // Calculate the LTE bandwidth this.bandwidth = - this.calculate_lte_bw(lte_bw_ul) + + "UL " + this.calculate_lte_bw(lte_bw_ul) + " MHz / " + - this.calculate_lte_bw(lte_bw_dl) + + "DL " + this.calculate_lte_bw(lte_bw_dl) + " MHz"; // Get the Cell ID @@ -871,8 +871,8 @@ // Calculate the LTE bandwidth this.bandwidth = this.calculate_lte_bw(lte_bw_ul) + - " MHz / " + - this.calculate_lte_bw(lte_bw_dl) + + " MHz, " + + "NR " + this.calculate_lte_bw(lte_bw_dl) + " MHz"; // Get the RSSI diff --git a/simpleadmin/www/network.html b/simpleadmin/www/network.html index 8c9cc45..7999371 100644 --- a/simpleadmin/www/network.html +++ b/simpleadmin/www/network.html @@ -94,10 +94,10 @@
-
+
Fetching supported bands...
-
+
@@ -404,122 +404,6 @@