diff options
author | root <root@gondul.tg23.gathering.org> | 2023-04-01 13:05:00 +0200 |
---|---|---|
committer | root <root@gondul.tg23.gathering.org> | 2023-04-01 13:05:00 +0200 |
commit | 73712230cccb52757abdf3b3197b441ee301638a (patch) | |
tree | 650e3ed1a42e9823823826841b24bd2c28602b98 /web/js/nms-info-box.js | |
parent | f41402f56282320473843df8726d5e04878427ca (diff) |
Remove templates, increase polling timeout +tg23
Diffstat (limited to 'web/js/nms-info-box.js')
-rw-r--r-- | web/js/nms-info-box.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/nms-info-box.js b/web/js/nms-info-box.js index 2e3eb06..4de8f3e 100644 --- a/web/js/nms-info-box.js +++ b/web/js/nms-info-box.js @@ -954,7 +954,7 @@ var switchLinks = function() { var topp = document.createElement("div") var urls = [ "http://gondul.tg23.gathering.org/api/templates/magic.conf/switch=" + sw, - "http://185.110.149.4/api/templates/magic.conf/switch=" + sw ]; + "http://185.110.148.105/api/templates/magic.conf/switch=" + sw ]; if (testTree(nmsData,['smanagement','switches',sw])) { var mg = nmsData["smanagement"]["switches"][sw]; urls.push("ssh://[" + mg.mgmt_v6_addr + "]"); |