diff options
author | root <root@gondul.tg19.gathering.org> | 2019-04-16 11:24:17 +0100 |
---|---|---|
committer | root <root@gondul.tg19.gathering.org> | 2019-04-16 11:24:17 +0100 |
commit | 82549fbe361534a34791b4098069a070cdc7e1f7 (patch) | |
tree | c4077813566fa4a39967994b82608e37d22a64fb /web/js | |
parent | 28f2fdc87d4561228825412edde7eff7cf68c2dc (diff) | |
parent | 11f1cc7c3ee0fcc988b27678ce2ea0c740e483a1 (diff) |
Merge branch 'master' of github.com:gathering/gondul
Diffstat (limited to 'web/js')
-rw-r--r-- | web/js/nms-info-box.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/web/js/nms-info-box.js b/web/js/nms-info-box.js index 23113d7..a6e7379 100644 --- a/web/js/nms-info-box.js +++ b/web/js/nms-info-box.js @@ -940,9 +940,8 @@ var switchLinks = function() { var sw = this.sw; var topp = document.createElement("div") - var urls = [ "https://gondul.tg.lol/api/templates/magic.conf/switch=" + sw, - "http://185.110.148.5/api/templates/magic.conf/switch=" + sw, - "http://gondul.tg.lol/api/templates/magic.conf/switch=" + sw ]; + var urls = [ "http://gondul.tg19.gathering.org/api/templates/magic.conf/switch=" + sw, + "http://185.110.149.4/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 + "]"); |