mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-02 11:58:01 +08:00
fix 修复节点首页历史监控图表按钮未显示问题
This commit is contained in:
parent
368b9ba0c5
commit
ffb7753cc6
@ -8,6 +8,7 @@
|
||||
|
||||
1. 【server】用户资料支持修改昵称
|
||||
2. 【server】修复节点管理中【系统设置】菜单重复显示菜单项问题(感谢@ʟᴊx💎💎)
|
||||
3. 【server】修复节点首页历史监控图表按钮未显示问题(感谢@ʟᴊx💎💎)
|
||||
|
||||
------
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user