@riil-frontend/component-topology 2.14.2-alpha.2 → 2.14.2-alpha.3
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 拓扑中心资源类型限制
|
|
2
2
|
export var RESOURCE_LIMIT_TYPES = [// 网络设备
|
|
3
|
-
'common_network', 'switch', 'switch_cluster', // 操作系统
|
|
3
|
+
'common_network', 'switch', 'switch_cluster', 'router', // 操作系统
|
|
4
4
|
'linux', 'windows', // 数据库
|
|
5
5
|
'oracle', 'asm_disk_group', 'oracle_rac', // 中间件
|
|
6
6
|
'tomcat', // 业务
|
|
@@ -4,7 +4,7 @@ exports.__esModule = true;
|
|
|
4
4
|
exports.RESOURCE_LIMIT_TYPES = void 0;
|
|
5
5
|
// 拓扑中心资源类型限制
|
|
6
6
|
var RESOURCE_LIMIT_TYPES = [// 网络设备
|
|
7
|
-
'common_network', 'switch', 'switch_cluster', // 操作系统
|
|
7
|
+
'common_network', 'switch', 'switch_cluster', 'router', // 操作系统
|
|
8
8
|
'linux', 'windows', // 数据库
|
|
9
9
|
'oracle', 'asm_disk_group', 'oracle_rac', // 中间件
|
|
10
10
|
'tomcat', // 业务
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@riil-frontend/component-topology",
|
|
3
|
-
"version": "2.14.2-alpha.
|
|
3
|
+
"version": "2.14.2-alpha.3",
|
|
4
4
|
"description": "拓扑",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"start": "build-scripts start",
|
|
@@ -111,6 +111,6 @@
|
|
|
111
111
|
"access": "public"
|
|
112
112
|
},
|
|
113
113
|
"license": "MIT",
|
|
114
|
-
"homepage": "https://unpkg.com/@riil-frontend/component-topology@2.14.2-alpha.
|
|
114
|
+
"homepage": "https://unpkg.com/@riil-frontend/component-topology@2.14.2-alpha.3/build/index.html",
|
|
115
115
|
"gitHead": "2da19ffccbb7ca60a8acf396e39f542c68bb33f5"
|
|
116
116
|
}
|