diff options
author | Jo-Philipp Wich <jo@mein.io> | 2024-04-20 23:48:05 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2024-04-20 23:48:59 +0200 |
commit | 744564d58cb34ac0cd78b637134eb17b09d89d26 (patch) | |
tree | d266b6b83d831bc72d0414fa399a66a3e9615d24 /applications/luci-app-diag-core/luasrc/view/diag | |
parent | 218bdbb89c1848147b838949a2c6315fddb056ea (diff) |
luci-app-diag-core: remove package
The luci-app-diag-core application serves no apparent purpose and might
be a leftover from the luci-app-voice-core and luci-app-voice-diag
applications that got dropped years ago.
Fixes: #6753
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'applications/luci-app-diag-core/luasrc/view/diag')
-rw-r--r-- | applications/luci-app-diag-core/luasrc/view/diag/index.htm | 10 | ||||
-rw-r--r-- | applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/applications/luci-app-diag-core/luasrc/view/diag/index.htm b/applications/luci-app-diag-core/luasrc/view/diag/index.htm deleted file mode 100644 index c66776771f..0000000000 --- a/applications/luci-app-diag-core/luasrc/view/diag/index.htm +++ /dev/null @@ -1,10 +0,0 @@ -<%# - Copyright 2009 Daniel Dickinson - Licensed to the public under the Apache License 2.0. --%> - -<%+header%> -<h2 name="content"><%:Diagnostics%></h2> -<p><%:The entries in the menu allow you to perform diagnostic tests on your system to aid in troubleshooting.%></p> -<p><%:The diagnostics available under this menu depend on what modules you have installed on your device.%></p> -<%+footer%> diff --git a/applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm b/applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm deleted file mode 100644 index 3d01453e48..0000000000 --- a/applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm +++ /dev/null @@ -1,10 +0,0 @@ -<%# - Copyright 2009 Daniel Dickinson - Licensed to the public under the Apache License 2.0. --%> - -<%+header%> -<h2 name="content"><%:Diagnostics%></h2> -<p><%:With this menu you can configure network diagnostics, such as network device scans and ping tests.%></p> -<p><%:The diagnostics available under this menu depend on what modules you have installed on your device.%></p> -<%+footer%> |