diff options
author | John Kohl <jtk.git@bostonpog.org> | 2021-08-14 15:34:47 -0400 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2021-08-15 10:39:31 +0300 |
commit | 1b715d25159c04eee3e81d2de61c68c5f4bd7c02 (patch) | |
tree | 5b6ca897db6e5a3c4fba2adc9dc1ec642053bc9e /applications/luci-app-statistics/root | |
parent | 6047ec0cd02e6eb56a70cd71637844f4f3eaf257 (diff) |
luci-app-statistics: add support for MaxMissed
Signed-off-by: John Kohl <jtk.git@bostonpog.org>
Diffstat (limited to 'applications/luci-app-statistics/root')
-rw-r--r-- | applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json b/applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json index 0943605129..f14e82d1b4 100644 --- a/applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json +++ b/applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json @@ -2,7 +2,7 @@ "title": "Ping", "category": "network", "legend": [ - ["TTL", "Interval", "AddressFamily"], + ["TTL", "Interval", "AddressFamily", "MaxMissed"], [], ["Hosts"] ] |