fix 修复节点首页历史监控图表按钮未显示问题

This commit is contained in:
bwcx_jzy 2022-07-27 18:55:40 +08:00
parent 368b9ba0c5
commit ffb7753cc6
No known key found for this signature in database
GPG Key ID: 5E48E9372088B9E5
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
1. 【server】用户资料支持修改昵称
2. 【server】修复节点管理中【系统设置】菜单重复显示菜单项问题感谢@ʟᴊx💎💎
3. 【server】修复节点首页历史监控图表按钮未显示问题感谢@ʟᴊx💎💎
------

View File

@ -3,7 +3,7 @@
<a-divider>
图表
<!-- 历史监控数据 -->
<a-button size="small" v-show="node.cycle && node.cycle !== 0" type="primary" @click="handleHistory"><a-icon type="area-chart" />历史监控图表</a-button>
<a-button size="small" type="primary" @click="handleHistory"><a-icon type="area-chart" />历史监控图表</a-button>
</a-divider>
<!-- top 图表 -->
<div id="top-chart">loading...</div>