luci-app-morseconfig/luci-app-camera: (APP-3352, PR #783) remove some remaining morse menu stuff

Now 'Morse' LHS menu is removed, don't refer to morse menu in wizards
and remove cameras dependency on luci-app-morseconfig.


Approved-by: Sophronia Koilpillai
Approved-by: Evan Benn
This commit is contained in:
James Haggerty 2024-09-01 23:02:33 +00:00 committed by Arien Judge
parent 1ed7e35fdc
commit 3cd9a3c4b6
3 changed files with 124 additions and 825 deletions

View File

@ -7,8 +7,7 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI Camera Viewer
# Only depends on luci-app-morseconfig because it places itself in the Morse menu.
LUCI_DEPENDS:=+rpcd-mod-onvif +luci-lib-httpclient +mediamtx +luci-app-morseconfig
LUCI_DEPENDS:=+rpcd-mod-onvif +luci-lib-httpclient +mediamtx
PKG_LICENSE:=Apache-2.0

View File

@ -569,7 +569,7 @@ const AbstractWizardView = view.extend({
if (this.currentPageIndex !== 0) {
ui.showModal(_('Abort HaLow Configuration Wizard'), [
E('p', _(`Leaving the wizard will discard any selections you've made.
You can return to the wizard by going to the 'Morse' menu.`)),
You can return to the wizard by going to the 'Wizards' menu item.`)),
E('div', { class: 'right' }, [
E('button', {
class: 'btn',

File diff suppressed because it is too large Load Diff