@things-factory/integration-ui 6.0.143 → 6.0.150
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/client/pages/scenario.js +5 -4
- package/package.json +5 -5
package/client/pages/scenario.js
CHANGED
|
@@ -209,7 +209,7 @@ export class Scenario extends connect(store)(localize(i18next)(PageView)) {
|
|
|
209
209
|
},
|
|
210
210
|
filter: 'search',
|
|
211
211
|
sortable: true,
|
|
212
|
-
width:
|
|
212
|
+
width: 300,
|
|
213
213
|
validation: function (after, before, record, column) {
|
|
214
214
|
/* connected 상태에서는 이름을 바꿀 수 없다. */
|
|
215
215
|
if (IS_SCENARIO_RUNNING(record.state)) {
|
|
@@ -241,7 +241,7 @@ export class Scenario extends connect(store)(localize(i18next)(PageView)) {
|
|
|
241
241
|
editable: true
|
|
242
242
|
},
|
|
243
243
|
filter: 'search',
|
|
244
|
-
width:
|
|
244
|
+
width: 350
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
247
|
type: 'crontab',
|
|
@@ -251,7 +251,7 @@ export class Scenario extends connect(store)(localize(i18next)(PageView)) {
|
|
|
251
251
|
record: {
|
|
252
252
|
editable: true
|
|
253
253
|
},
|
|
254
|
-
width:
|
|
254
|
+
width: 110,
|
|
255
255
|
label: true
|
|
256
256
|
},
|
|
257
257
|
{
|
|
@@ -270,6 +270,7 @@ export class Scenario extends connect(store)(localize(i18next)(PageView)) {
|
|
|
270
270
|
label: true,
|
|
271
271
|
header: i18next.t('field.active'),
|
|
272
272
|
record: {
|
|
273
|
+
align: 'center',
|
|
273
274
|
editable: true
|
|
274
275
|
},
|
|
275
276
|
sortable: true,
|
|
@@ -283,7 +284,7 @@ export class Scenario extends connect(store)(localize(i18next)(PageView)) {
|
|
|
283
284
|
editable: false
|
|
284
285
|
},
|
|
285
286
|
sortable: true,
|
|
286
|
-
width:
|
|
287
|
+
width: 85
|
|
287
288
|
},
|
|
288
289
|
{
|
|
289
290
|
type: 'datetime',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/integration-ui",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.150",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"@operato/property-editor": "^1.0.0",
|
|
35
35
|
"@operato/styles": "^1.0.0",
|
|
36
36
|
"@operato/utils": "^1.0.1",
|
|
37
|
-
"@things-factory/export-base": "^6.0.
|
|
38
|
-
"@things-factory/import-base": "^6.0.
|
|
39
|
-
"@things-factory/integration-base": "^6.0.
|
|
37
|
+
"@things-factory/export-base": "^6.0.145",
|
|
38
|
+
"@things-factory/import-base": "^6.0.145",
|
|
39
|
+
"@things-factory/integration-base": "^6.0.145",
|
|
40
40
|
"moment-timezone": "^0.5.40"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "9889dbaf65eca5b1b5cb685b0c926355d9e9ade3"
|
|
43
43
|
}
|