mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 03:19:54 +03:00
search: add search.html and search.js
This commit is contained in:
parent
4d575a4f64
commit
c0017991f5
6 changed files with 215 additions and 1 deletions
|
@ -281,6 +281,10 @@ $(function() {
|
|||
require('./../tabs/ez_tune');
|
||||
TABS.ez_tune.initialize(content_ready);
|
||||
break;
|
||||
case 'search':
|
||||
require('./../tabs/search');
|
||||
TABS.search.initialize(content_ready);
|
||||
break;
|
||||
default:
|
||||
console.log('Tab not found:' + tab);
|
||||
}
|
||||
|
|
|
@ -50,7 +50,8 @@ var GUI_control = function () {
|
|||
'mission_control',
|
||||
'mixer',
|
||||
'programming',
|
||||
'ez_tune'
|
||||
'ez_tune',
|
||||
'search'
|
||||
];
|
||||
this.allowedTabs = this.defaultAllowedTabsWhenDisconnected;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue