Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
sts网站
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liyang
sts网站
Commits
a5f95edd
Commit
a5f95edd
authored
Feb 17, 2023
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增监控页面图标显示
parent
ade70583
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
14 deletions
+12
-14
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
-6
No files found.
ruoyi-ui/src/views/monitor/cache/index.vue
View file @
a5f95edd
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<el-row>
<el-row>
<el-col
:span=
"24"
class=
"card-box"
>
<el-col
:span=
"24"
class=
"card-box"
>
<el-card>
<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"
>
<div
class=
"el-table el-table--enable-row-hover el-table--medium"
>
<table
cellspacing=
"0"
style=
"width: 100%"
>
<table
cellspacing=
"0"
style=
"width: 100%"
>
<tbody>
<tbody>
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
<el-col
:span=
"12"
class=
"card-box"
>
<el-col
:span=
"12"
class=
"card-box"
>
<el-card>
<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
class=
"el-table el-table--enable-row-hover el-table--medium"
>
<div
ref=
"commandstats"
style=
"height: 420px"
/>
<div
ref=
"commandstats"
style=
"height: 420px"
/>
</div>
</div>
...
@@ -54,9 +54,7 @@
...
@@ -54,9 +54,7 @@
<el-col
:span=
"12"
class=
"card-box"
>
<el-col
:span=
"12"
class=
"card-box"
>
<el-card>
<el-card>
<div
slot=
"header"
>
<div
slot=
"header"
><span><i
class=
"el-icon-odometer"
></i>
内存信息
</span></div>
<span>
内存信息
</span>
</div>
<div
class=
"el-table el-table--enable-row-hover el-table--medium"
>
<div
class=
"el-table el-table--enable-row-hover el-table--medium"
>
<div
ref=
"usedmemory"
style=
"height: 420px"
/>
<div
ref=
"usedmemory"
style=
"height: 420px"
/>
</div>
</div>
...
...
ruoyi-ui/src/views/monitor/cache/list.vue
View file @
a5f95edd
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
<el-card
style=
"height: calc(100vh - 125px)"
>
<el-card
style=
"height: calc(100vh - 125px)"
>
<div
slot=
"header"
>
<div
slot=
"header"
>
<span>
缓存列表
</span>
<span>
<i
class=
"el-icon-collection"
></i>
缓存列表
</span>
<el-button
<el-button
style=
"float: right; padding: 3px 0"
style=
"float: right; padding: 3px 0"
type=
"text"
type=
"text"
...
@@ -62,7 +62,7 @@
...
@@ -62,7 +62,7 @@
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
<el-card
style=
"height: calc(100vh - 125px)"
>
<el-card
style=
"height: calc(100vh - 125px)"
>
<div
slot=
"header"
>
<div
slot=
"header"
>
<span>
键名列表
</span>
<span>
<i
class=
"el-icon-key"
></i>
键名列表
</span>
<el-button
<el-button
style=
"float: right; padding: 3px 0"
style=
"float: right; padding: 3px 0"
type=
"text"
type=
"text"
...
@@ -112,7 +112,7 @@
...
@@ -112,7 +112,7 @@
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
<el-card
:bordered=
"false"
style=
"height: calc(100vh - 125px)"
>
<el-card
:bordered=
"false"
style=
"height: calc(100vh - 125px)"
>
<div
slot=
"header"
>
<div
slot=
"header"
>
<span>
缓存内容
</span>
<span>
<i
class=
"el-icon-document"
></i>
缓存内容
</span>
<el-button
<el-button
style=
"float: right; padding: 3px 0"
style=
"float: right; padding: 3px 0"
type=
"text"
type=
"text"
...
...
ruoyi-ui/src/views/monitor/server/index.vue
View file @
a5f95edd
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<el-row>
<el-row>
<el-col
:span=
"12"
class=
"card-box"
>
<el-col
:span=
"12"
class=
"card-box"
>
<el-card>
<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"
>
<div
class=
"el-table el-table--enable-row-hover el-table--medium"
>
<table
cellspacing=
"0"
style=
"width: 100%;"
>
<table
cellspacing=
"0"
style=
"width: 100%;"
>
<thead>
<thead>
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
<el-col
:span=
"12"
class=
"card-box"
>
<el-col
:span=
"12"
class=
"card-box"
>
<el-card>
<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"
>
<div
class=
"el-table el-table--enable-row-hover el-table--medium"
>
<table
cellspacing=
"0"
style=
"width: 100%;"
>
<table
cellspacing=
"0"
style=
"width: 100%;"
>
<thead>
<thead>
...
@@ -77,7 +77,7 @@
...
@@ -77,7 +77,7 @@
<el-col
:span=
"24"
class=
"card-box"
>
<el-col
:span=
"24"
class=
"card-box"
>
<el-card>
<el-card>
<div
slot=
"header"
>
<div
slot=
"header"
>
<span>
服务器信息
</span>
<span>
<i
class=
"el-icon-monitor"
></i>
服务器信息
</span>
</div>
</div>
<div
class=
"el-table el-table--enable-row-hover el-table--medium"
>
<div
class=
"el-table el-table--enable-row-hover el-table--medium"
>
<table
cellspacing=
"0"
style=
"width: 100%;"
>
<table
cellspacing=
"0"
style=
"width: 100%;"
>
...
@@ -103,7 +103,7 @@
...
@@ -103,7 +103,7 @@
<el-col
:span=
"24"
class=
"card-box"
>
<el-col
:span=
"24"
class=
"card-box"
>
<el-card>
<el-card>
<div
slot=
"header"
>
<div
slot=
"header"
>
<span>
Java虚拟机信息
</span>
<span>
<i
class=
"el-icon-coffee-cup"
></i>
Java虚拟机信息
</span>
</div>
</div>
<div
class=
"el-table el-table--enable-row-hover el-table--medium"
>
<div
class=
"el-table el-table--enable-row-hover el-table--medium"
>
<table
cellspacing=
"0"
style=
"width: 100%;table-layout:fixed;"
>
<table
cellspacing=
"0"
style=
"width: 100%;table-layout:fixed;"
>
...
@@ -141,7 +141,7 @@
...
@@ -141,7 +141,7 @@
<el-col
:span=
"24"
class=
"card-box"
>
<el-col
:span=
"24"
class=
"card-box"
>
<el-card>
<el-card>
<div
slot=
"header"
>
<div
slot=
"header"
>
<span>
磁盘状态
</span>
<span>
<i
class=
"el-icon-receiving"
></i>
磁盘状态
</span>
</div>
</div>
<div
class=
"el-table el-table--enable-row-hover el-table--medium"
>
<div
class=
"el-table el-table--enable-row-hover el-table--medium"
>
<table
cellspacing=
"0"
style=
"width: 100%;"
>
<table
cellspacing=
"0"
style=
"width: 100%;"
>
...
...
Write
Preview
Markdown
is supported
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