@steedos/standard-ui 3.0.0-beta.57 → 3.0.0-beta.59

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.
@@ -29,9 +29,6 @@ tab_items:
29
29
  admin_personal_information:
30
30
  group: personal_settings
31
31
  index: 1
32
- admin_process_delegation_rules:
33
- group: personal_settings
34
- index: 2
35
32
  admin_space_info:
36
33
  group: company_settings
37
34
  index: 3
@@ -62,9 +59,9 @@ tab_items:
62
59
  admin_apps:
63
60
  group: apps
64
61
  index: 13
65
- admin_queue_import:
66
- group: apps
67
- index: 18
62
+ # admin_queue_import:
63
+ # group: apps
64
+ # index: 18
68
65
  # admin_datasources:
69
66
  # group: apps
70
67
  # index: 20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-ui",
3
- "version": "3.0.0-beta.57",
3
+ "version": "3.0.0-beta.59",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -12,7 +12,7 @@
12
12
  "description": "steedos package",
13
13
  "repository": {},
14
14
  "license": "MIT",
15
- "gitHead": "bbc958cd7926d3c912b8d4d9fc180dcd124d4945",
15
+ "gitHead": "084d145453aa8f82ee655a856523aef0307df6d0",
16
16
  "dependencies": {
17
17
  "clone": "^2.1.2"
18
18
  }