diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-23 02:28:15 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-23 02:28:15 +0200 |
commit | 34cebee827c1fb2410ea8551a5a3c3242084fc07 (patch) | |
tree | bb5dda5943f04f57cb3f4e5dcb7a471ce7f062ad /web/js | |
parent | a86b49735ef3029f46f4c2b7f5c309d4562b2cce (diff) |
front: Fix Ping-map name
Also does ipv6 now.
Diffstat (limited to 'web/js')
-rw-r--r-- | web/js/nms-map-handlers.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/nms-map-handlers.js b/web/js/nms-map-handlers.js index b863ab2..9c9f03a 100644 --- a/web/js/nms-map-handlers.js +++ b/web/js/nms-map-handlers.js @@ -29,7 +29,7 @@ var handler_ping = { init:pingInit, getInfo:pingInfo, tag:"ping", - name:"IPv4 Ping" + name:"Ping" }; var handler_traffic = { |