Update global_settings.html (#243)

This commit is contained in:
Weegley 2022-12-03 01:08:54 +03:00 committed by GitHub
parent c8189bb969
commit 033bea6fb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -172,7 +172,7 @@ Global Settings
}
function updateEndpointSuggestionIP() {
$.getJSON("/api/machine-ips", null, function(data) {
$.getJSON("{{.basePath}}/api/machine-ips", null, function(data) {
$("#ip_suggestion option").remove();
$.each(data, function(index, item) {
$("#ip_suggestion").append(