@kando-env/kando-ui 1.2.330 → 1.2.331
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/i18n/en.json +2 -1
- package/lib/macros/getVersion.js +1 -1
- package/package.json +1 -1
package/lib/i18n/en.json
CHANGED
|
@@ -145,7 +145,8 @@
|
|
|
145
145
|
"fota_requests_dls": "Datalogger Firmware Update",
|
|
146
146
|
"fota_requests_aeyes": "Aeye Firmware Update",
|
|
147
147
|
"fota_requests_header_dl": "Listing Dataloggers FOTA Requests",
|
|
148
|
-
"fota_requests_header_aeye": "Listing Aeye FOTA Requests"
|
|
148
|
+
"fota_requests_header_aeye": "Listing Aeye FOTA Requests",
|
|
149
|
+
"aeye_control": "Aeye Operations"
|
|
149
150
|
},
|
|
150
151
|
"edit": {
|
|
151
152
|
"fota_requests_dl": "Editing Datalogger Fota Request",
|
package/lib/macros/getVersion.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var packageJsonVersion = "1.2.
|
|
3
|
+
var packageJsonVersion = "1.2.331";
|
|
4
4
|
if (typeof packageJsonVersion === 'string') {
|
|
5
5
|
// eslint-disable-next-line no-console
|
|
6
6
|
console.log("%c Kando UI %c v".concat(packageJsonVersion, " "), 'font-size: 15px; background-color: #fff; color: #e20f53;', 'font-weight: bold; font-size: 15px; background-color: #e20f53; color: #fff;', "with NODE_ENV=".concat(process.env.NODE_ENV));
|