@riil-frontend/component-topology 4.0.9 → 4.0.12

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.
@@ -6,7 +6,7 @@ import BasicConfig from "./ResourceDisplay/BasicConfig"; // 默认中可配置
6
6
 
7
7
  var CommonOptions = [{
8
8
  value: 'metric:interface_totalbps',
9
- label: '总流速'
9
+ label: '总速率'
10
10
  }, {
11
11
  value: 'metric:bandwidth_utilization',
12
12
  label: '带宽利用率'
@@ -11,7 +11,7 @@ var CommonOptions = [{
11
11
  label: '目的端口'
12
12
  }, {
13
13
  value: 'metric:interface_totalbps',
14
- label: '总流速'
14
+ label: '总速率'
15
15
  }, {
16
16
  value: 'metric:bandwidth_utilization',
17
17
  label: '带宽利用率'
@@ -117,7 +117,7 @@ var Alarm = /*#__PURE__*/function () {
117
117
  messageProps: {
118
118
  type: "warning"
119
119
  },
120
- content: "该拓扑图上节点较多,继续查询告警可能影响系统整体性能,是否开启告警静默?",
120
+ content: "该拓扑图上节点较多,继续查询告警可能影响系统整体性能,是否暂不显示告警?",
121
121
  onCancel: function onCancel() {
122
122
  cb();
123
123
  }
@@ -21,7 +21,7 @@ import PluginManager from "./PluginManager";
21
21
  import topoFactory from "./topoFactory";
22
22
  import ElementTagTipConfig from "./tagstips/ElementTagTipConfig"; // eslint-disable-next-line no-undef
23
23
 
24
- var version = typeof "4.0.9" === 'string' ? "4.0.9" : null;
24
+ var version = typeof "4.0.12" === 'string' ? "4.0.12" : null;
25
25
  console.info("\u62D3\u6251\u7248\u672C: " + version);
26
26
  /**
27
27
  * 拓扑显示和编辑
@@ -10,7 +10,7 @@ var CommonOptions = [{
10
10
  label: '无'
11
11
  }, {
12
12
  value: '1',
13
- label: '总流速、带宽利用率',
13
+ label: '总速率、带宽利用率',
14
14
  options: {
15
15
  data: ['metric:interface_totalbps', 'metric:bandwidth_utilization']
16
16
  }
@@ -18,7 +18,7 @@ var _BasicConfig = _interopRequireDefault(require("./ResourceDisplay/BasicConfig
18
18
  // 默认中可配置内容包括总速率、带宽利用率、发送速率、发送带宽利用率、接收速率、接收带宽利用率
19
19
  var CommonOptions = [{
20
20
  value: 'metric:interface_totalbps',
21
- label: '总流速'
21
+ label: '总速率'
22
22
  }, {
23
23
  value: 'metric:bandwidth_utilization',
24
24
  label: '带宽利用率'
@@ -22,7 +22,7 @@ var CommonOptions = [{
22
22
  label: '目的端口'
23
23
  }, {
24
24
  value: 'metric:interface_totalbps',
25
- label: '总流速'
25
+ label: '总速率'
26
26
  }, {
27
27
  value: 'metric:bandwidth_utilization',
28
28
  label: '带宽利用率'
@@ -131,7 +131,7 @@ var Alarm = /*#__PURE__*/function () {
131
131
  messageProps: {
132
132
  type: "warning"
133
133
  },
134
- content: "该拓扑图上节点较多,继续查询告警可能影响系统整体性能,是否开启告警静默?",
134
+ content: "该拓扑图上节点较多,继续查询告警可能影响系统整体性能,是否暂不显示告警?",
135
135
  onCancel: function onCancel() {
136
136
  cb();
137
137
  }
@@ -50,7 +50,7 @@ var _topoFactory = _interopRequireDefault(require("./topoFactory"));
50
50
  var _ElementTagTipConfig = _interopRequireDefault(require("./tagstips/ElementTagTipConfig"));
51
51
 
52
52
  // eslint-disable-next-line no-undef
53
- var version = typeof "4.0.9" === 'string' ? "4.0.9" : null;
53
+ var version = typeof "4.0.12" === 'string' ? "4.0.12" : null;
54
54
  console.info("\u62D3\u6251\u7248\u672C: " + version);
55
55
  /**
56
56
  * 拓扑显示和编辑
@@ -23,7 +23,7 @@ var CommonOptions = [{
23
23
  label: '无'
24
24
  }, {
25
25
  value: '1',
26
- label: '总流速、带宽利用率',
26
+ label: '总速率、带宽利用率',
27
27
  options: {
28
28
  data: ['metric:interface_totalbps', 'metric:bandwidth_utilization']
29
29
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riil-frontend/component-topology",
3
- "version": "4.0.9",
3
+ "version": "4.0.12",
4
4
  "description": "拓扑",
5
5
  "scripts": {
6
6
  "start": "build-scripts start",
@@ -114,6 +114,6 @@
114
114
  "access": "public"
115
115
  },
116
116
  "license": "MIT",
117
- "homepage": "https://unpkg.com/@riil-frontend/component-topology@4.0.9/build/index.html",
117
+ "homepage": "https://unpkg.com/@riil-frontend/component-topology@4.0.12/build/index.html",
118
118
  "gitHead": "2da19ffccbb7ca60a8acf396e39f542c68bb33f5"
119
119
  }