mirror of
https://github.com/OpenMANET/morse-feed.git
synced 2025-12-10 03:43:06 -06:00
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:
parent
1ed7e35fdc
commit
3cd9a3c4b6
@ -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
|
||||
|
||||
|
||||
@ -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
Loading…
x
Reference in New Issue
Block a user