Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
cocktail-party-server
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
cocktail-party
cocktail-party-server
Commits
a5f95edd
提交
a5f95edd
authored
2月 17, 2023
作者:
RuoYi
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
新增监控页面图标显示
上级
ade70583
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
12 行增加
和
15 行删除
+12
-15
index.vue
ruoyi-ui/src/views/monitor/cache/index.vue
+3
-5
list.vue
ruoyi-ui/src/views/monitor/cache/list.vue
+3
-3
index.vue
ruoyi-ui/src/views/monitor/server/index.vue
+6
-7
没有找到文件。
ruoyi-ui/src/views/monitor/cache/index.vue
浏览文件 @
a5f95edd
...
...
@@ -3,7 +3,7 @@
<el-row>
<el-col
:span=
"24"
class=
"card-box"
>
<el-card>
<div
slot=
"header"
><span>
基本信息
</span></div>
<div
slot=
"header"
><span>
<i
class=
"el-icon-monitor"
></i>
基本信息
</span></div>
<div
class=
"el-table el-table--enable-row-hover el-table--medium"
>
<table
cellspacing=
"0"
style=
"width: 100%"
>
<tbody>
...
...
@@ -45,7 +45,7 @@
<el-col
:span=
"12"
class=
"card-box"
>
<el-card>
<div
slot=
"header"
><span>
命令统计
</span></div>
<div
slot=
"header"
><span>
<i
class=
"el-icon-pie-chart"
></i>
命令统计
</span></div>
<div
class=
"el-table el-table--enable-row-hover el-table--medium"
>
<div
ref=
"commandstats"
style=
"height: 420px"
/>
</div>
...
...
@@ -54,9 +54,7 @@
<el-col
:span=
"12"
class=
"card-box"
>
<el-card>
<div
slot=
"header"
>
<span>
内存信息
</span>
</div>
<div
slot=
"header"
><span><i
class=
"el-icon-odometer"
></i>
内存信息
</span></div>
<div
class=
"el-table el-table--enable-row-hover el-table--medium"
>
<div
ref=
"usedmemory"
style=
"height: 420px"
/>
</div>
...
...
ruoyi-ui/src/views/monitor/cache/list.vue
浏览文件 @
a5f95edd
...
...
@@ -4,7 +4,7 @@
<el-col
:span=
"8"
>
<el-card
style=
"height: calc(100vh - 125px)"
>
<div
slot=
"header"
>
<span>
缓存列表
</span>
<span>
<i
class=
"el-icon-collection"
></i>
缓存列表
</span>
<el-button
style=
"float: right; padding: 3px 0"
type=
"text"
...
...
@@ -62,7 +62,7 @@
<el-col
:span=
"8"
>
<el-card
style=
"height: calc(100vh - 125px)"
>
<div
slot=
"header"
>
<span>
键名列表
</span>
<span>
<i
class=
"el-icon-key"
></i>
键名列表
</span>
<el-button
style=
"float: right; padding: 3px 0"
type=
"text"
...
...
@@ -112,7 +112,7 @@
<el-col
:span=
"8"
>
<el-card
:bordered=
"false"
style=
"height: calc(100vh - 125px)"
>
<div
slot=
"header"
>
<span>
缓存内容
</span>
<span>
<i
class=
"el-icon-document"
></i>
缓存内容
</span>
<el-button
style=
"float: right; padding: 3px 0"
type=
"text"
...
...
ruoyi-ui/src/views/monitor/server/index.vue
浏览文件 @
a5f95edd
...
...
@@ -3,7 +3,7 @@
<el-row>
<el-col
:span=
"12"
class=
"card-box"
>
<el-card>
<div
slot=
"header"
><span>
CPU
</span></div>
<div
slot=
"header"
><span>
<i
class=
"el-icon-cpu"
></i>
CPU
</span></div>
<div
class=
"el-table el-table--enable-row-hover el-table--medium"
>
<table
cellspacing=
"0"
style=
"width: 100%;"
>
<thead>
...
...
@@ -37,7 +37,7 @@
<el-col
:span=
"12"
class=
"card-box"
>
<el-card>
<div
slot=
"header"
><span>
内存
</span></div>
<div
slot=
"header"
><span>
<i
class=
"el-icon-tickets"
></i>
内存
</span></div>
<div
class=
"el-table el-table--enable-row-hover el-table--medium"
>
<table
cellspacing=
"0"
style=
"width: 100%;"
>
<thead>
...
...
@@ -77,7 +77,7 @@
<el-col
:span=
"24"
class=
"card-box"
>
<el-card>
<div
slot=
"header"
>
<span>
服务器信息
</span>
<span>
<i
class=
"el-icon-monitor"
></i>
服务器信息
</span>
</div>
<div
class=
"el-table el-table--enable-row-hover el-table--medium"
>
<table
cellspacing=
"0"
style=
"width: 100%;"
>
...
...
@@ -103,7 +103,7 @@
<el-col
:span=
"24"
class=
"card-box"
>
<el-card>
<div
slot=
"header"
>
<span>
Java虚拟机信息
</span>
<span>
<i
class=
"el-icon-coffee-cup"
></i>
Java虚拟机信息
</span>
</div>
<div
class=
"el-table el-table--enable-row-hover el-table--medium"
>
<table
cellspacing=
"0"
style=
"width: 100%;table-layout:fixed;"
>
...
...
@@ -141,7 +141,7 @@
<el-col
:span=
"24"
class=
"card-box"
>
<el-card>
<div
slot=
"header"
>
<span>
磁盘状态
</span>
<span>
<i
class=
"el-icon-receiving"
></i>
磁盘状态
</span>
</div>
<div
class=
"el-table el-table--enable-row-hover el-table--medium"
>
<table
cellspacing=
"0"
style=
"width: 100%;"
>
...
...
@@ -204,4 +204,4 @@ export default {
}
}
};
</
script
>
\ No newline at end of file
</
script
>
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论