Update global_settings.html (#243)
This commit is contained in:
parent
c8189bb969
commit
033bea6fb1
|
|
@ -172,7 +172,7 @@ Global Settings
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateEndpointSuggestionIP() {
|
function updateEndpointSuggestionIP() {
|
||||||
$.getJSON("/api/machine-ips", null, function(data) {
|
$.getJSON("{{.basePath}}/api/machine-ips", null, function(data) {
|
||||||
$("#ip_suggestion option").remove();
|
$("#ip_suggestion option").remove();
|
||||||
$.each(data, function(index, item) {
|
$.each(data, function(index, item) {
|
||||||
$("#ip_suggestion").append(
|
$("#ip_suggestion").append(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue