mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
Basic layout for logic conditions
This commit is contained in:
parent
6306f53da6
commit
3c7cf5fc47
4 changed files with 67 additions and 1 deletions
|
@ -49,7 +49,8 @@ sources.css = [
|
|||
'./src/css/dropdown-lists/css/style_lists.css',
|
||||
'./js/libraries/switchery/switchery.css',
|
||||
'./js/libraries/jbox/jBox.css',
|
||||
'./node_modules/openlayers/dist/ol.css'
|
||||
'./node_modules/openlayers/dist/ol.css',
|
||||
'./src/css/logic.css'
|
||||
];
|
||||
|
||||
sources.js = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue