1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-06-28 13:44:35 +02:00
This commit is contained in:
Donald Cheng Hong Zou 2022-01-12 20:28:12 -05:00
parent 9ff7198602
commit 7f24904164
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ function load_data(search){
$("#conf_total_data_sent").html(response.total_data_usage[1]+" GB");
$("#conf_public_key").html(response.public_key);
$("#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");
$conf_status_btn.removeClass("info_loading");

File diff suppressed because one or more lines are too long