diff options
author | Sjur Fredriksen <sjurtf@ifi.uio.no> | 2023-01-30 22:02:57 +0100 |
---|---|---|
committer | Sjur Fredriksen <sjurtf@ifi.uio.no> | 2023-01-30 22:02:57 +0100 |
commit | 039c05406a8cc29ab4867ffdef1b51890ef694dc (patch) | |
tree | 9387433c50f208572851771fcd1565e694ae975a /web/js/nms-info-box.js | |
parent | dcf832a28b042687f1d0c742c0804c8eeb747df5 (diff) |
tg23 init
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 b00a442..2e3eb06 100644 --- a/web/js/nms-info-box.js +++ b/web/js/nms-info-box.js @@ -953,7 +953,7 @@ var switchLinks = function() { var sw = this.sw; var topp = document.createElement("div") - var urls = [ "http://gondul.tg19.gathering.org/api/templates/magic.conf/switch=" + sw, + var urls = [ "http://gondul.tg23.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]; |