mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-06-07 00:46:58 +03:00
Add Global Settings into DB initilization step
This commit is contained in:
parent
38c1f3a302
commit
5e7cfbd01f
4 changed files with 31 additions and 3 deletions
|
@ -137,7 +137,7 @@ Global Settings
|
|||
$.each(data, function(index, item) {
|
||||
$("#ip_suggestion").append(
|
||||
$("<option></option>")
|
||||
.text(item.ip_address + ' on ' + item.name)
|
||||
.text(item.ip_address + ' - ' + item.name)
|
||||
.val(item.ip_address)
|
||||
);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue