mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-11-22 15:20:09 +01:00
Bugs
This commit is contained in:
parent
9ff7198602
commit
7f24904164
@ -47,7 +47,7 @@ function load_data(search){
|
|||||||
$("#conf_total_data_sent").html(response.total_data_usage[1]+" GB");
|
$("#conf_total_data_sent").html(response.total_data_usage[1]+" GB");
|
||||||
$("#conf_public_key").html(response.public_key);
|
$("#conf_public_key").html(response.public_key);
|
||||||
$("#conf_listen_port").html(response.listen_port === "" ? "N/A":response.listen_port);
|
$("#conf_listen_port").html(response.listen_port === "" ? "N/A":response.listen_port);
|
||||||
$("#conf_address").html(response.listen_port);
|
$("#conf_address").html(response.conf_address);
|
||||||
$(".info h6").removeClass("info_loading");
|
$(".info h6").removeClass("info_loading");
|
||||||
$conf_status_btn.removeClass("info_loading");
|
$conf_status_btn.removeClass("info_loading");
|
||||||
|
|
||||||
|
2
src/static/js/configuration.min.js
vendored
2
src/static/js/configuration.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user