aboutsummaryrefslogtreecommitdiffstats
path: root/uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/DashboardConfig.json
diff options
context:
space:
mode:
authorj00302280 <j00101220@huawei.com>2016-08-15 15:10:41 +0800
committerj00302280 <j00101220@huawei.com>2016-08-15 15:10:41 +0800
commit86aeea2edb0dac0e049ec75ab6616e8d19e16e22 (patch)
tree9cc5c815ad440e96cd31021a9f19b1df090f8570 /uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/DashboardConfig.json
parent8c940f2ab540e62c139498c16596bd306eac60b4 (diff)
upload the gso gui seed code
Change-Id: I7b91cadaf817d2c92280f9ff702a7ca679fa41eb Signed-off-by: j00302280 <j00101220@huawei.com>
Diffstat (limited to 'uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/DashboardConfig.json')
-rw-r--r--uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/DashboardConfig.json83
1 files changed, 83 insertions, 0 deletions
diff --git a/uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/DashboardConfig.json b/uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/DashboardConfig.json
new file mode 100644
index 00000000..f5c9668a
--- /dev/null
+++ b/uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/DashboardConfig.json
@@ -0,0 +1,83 @@
+{
+ "chartTypes": {
+ "stackChart": {
+ "typeId": "stackChart",
+ "imageURL": "images/CPU统计.png",
+ "plotLabel": "堆积图",
+ "placeholderId": "placeholderStack",
+ "plotCallbackName": "Demo_StackChart",
+ "plotSize": "size21"
+ },
+ "alarmCounts": {
+ "typeId": "alarmCounts",
+ "imageURL": "images/告警统计.png",
+ "plotLabel": "告警统计",
+ "placeholderId": "placeholderAlarmCounts",
+ "plotCallbackName": "AlarmCounts",
+ "plotSize": "size21"
+ },
+ "logCounts": {
+ "typeId": "logCounts",
+ "imageURL": "images/日志统计.png",
+ "plotLabel": "日志统计",
+ "placeholderId": "placeholderPie",
+ "plotCallbackName": "Demo_PieChart",
+ "plotSize": "size21"
+ },
+ "ictCPULine": {
+ "typeId": "ictCPULine",
+ "imageURL": "images/性能统计A.png",
+ "plotLabel": "性能统计A",
+ "placeholderId": "placeholderCPU",
+ "plotCallbackName": "ICT_CPU_UsageLine",
+ "plotSize": "size21"
+ },
+ "alarmChart": {
+ "typeId": "alarmChart",
+ "imageURL": "images/性能统计B.png",
+ "plotLabel": "性能统计B",
+ "placeholderId": "placeholderAlarm",
+ "plotCallbackName": "AlarmCount_BarChart",
+ "plotSize": "size21"
+ },
+ "c3Chart": {
+ "typeId": "c3Chart",
+ "imageURL": "images/性能统计C.png",
+ "plotLabel": "性能统计C",
+ "placeholderId": "placeholderC3",
+ "plotCallbackName": "c3ChartDemo",
+ "plotSize": "size21",
+ "plotControlCallback": "true"
+ },
+ "ictCPULineC3": {
+ "typeId": "ictCPULineC3",
+ "imageURL": "images/性能统计C.png",
+ "plotLabel": "ICT服务器CPU使用率",
+ "placeholderId": "placeholderC3_1",
+ "plotCallbackName": "ICT_CPU_UsageLine_C3",
+ "plotSize": "size21"
+ },
+ "currentAlarm": {
+ "typeId": "currentAlarm",
+ "imageURL": "images/性能统计C.png",
+ "plotLabel": "当前告警",
+ "placeholderId": "placeholderC3_2",
+ "plotCallbackName": "AlarmCount_BarChart_C3",
+ "plotSize": "size21"
+ },
+ "zzz": {
+ "typeId": "zzz",
+ "imageURL": "images/性能统计C.png",
+ "plotLabel": "性能统计C",
+ "placeholderId": "placeholderC3_3",
+ "plotCallbackName": "c3ChartDemo",
+ "plotSize": "size21"
+ }
+ },
+ "initPlots": [
+ "ictCPULineC3",
+ "c3Chart",
+ "currentAlarm"
+ ],
+ "languages": {}
+} \ No newline at end of file