Skip to content

Commit f46f3e0

Browse files
committed
Merge branch 'release_7.1.0'
2 parents dedeb1c + 61fac35 commit f46f3e0

File tree

9 files changed

+1569
-1860
lines changed

9 files changed

+1569
-1860
lines changed

_locales/en/messages.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"options_showProfileParameters": {
1515
"message": "Highlight parameters that change when switching battery or control profiles"
1616
},
17+
"options_cliAutocomplete": {
18+
"message": "Advanced CLI AutoComplete"
19+
},
1720
"options_unit_type": {
1821
"message": "Set how the units render on the configurator only"
1922
},

gulpfile.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ sources.js = [
138138
'./node_modules/openlayers/dist/ol.js',
139139
'./js/libraries/plotly-latest.min.js',
140140
'./js/sitl.js',
141+
'./js/CliAutoComplete.js',
142+
'./node_modules/jquery-textcomplete/dist/jquery.textcomplete.js'
141143
];
142144

143145
sources.receiverCss = [

0 commit comments

Comments
 (0)