Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
a5f95edd
Commit
a5f95edd
authored
Feb 17, 2023
by
RuoYi
Browse files
新增监控页面图标显示
parent
ade70583
Changes
3
Hide whitespace changes
Inline
Side-by-side
ruoyi-ui/src/views/monitor/cache/index.vue
View file @
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
View file @
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
View file @
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
>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment