Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xwx
3 years ago
Commit
5632a06ac5d6e013e9a98f3387a505e70eceb7de
1 parent
ee0d4e7d
快照管理快照列表优化
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
9 deletions
hg-monitor-web-base/src/main/resources/static/vue3/src/views/snapshot/history/index.html
hg-monitor-web-base/src/main/resources/static/vue3/src/views/snapshot/index.html
hg-monitor-web-base/src/main/resources/static/vue3/src/views/snapshotOverview/index.html
hg-monitor-web-base/src/main/resources/static/vue3/src/views/snapshot/history/index.html
View file @
5632a06
...
...
@@ -24,21 +24,16 @@
v-model=
"search.endTime"
value-format=
"YYYY-MM-DD HH:mm:ss"
/>
</el-form-item>
<el-form-item>
<el-button
:size=
"$global.elementConfig.size.button"
type=
"primary"
@
click=
"getDataList"
>
查询
</el-button>
</el-form-item>
</div>
</div>
<div
class=
"search"
>
<div
class=
"condition ping"
>
<el-form-item>
<el-button
type=
"danger"
:size=
"$global.elementConfig.size.button"
@
click=
"deleteHistory"
>
删除
</el-button>
<el-button
:size=
"$global.elementConfig.size.button"
@
click=
"deleteHistory"
>
删除
</el-button>
</el-form-item>
</div>
</div>
<div
class=
"search-table"
style=
"padding: 0 10px;"
>
<div
class=
"search-table"
>
<cm-table-page
:columns=
"tableData.columns"
:dataList=
"tableData.dataList"
:height=
"(height - 110)"
:loading=
"false"
:pageSize=
"search.pageSize"
:showBorder=
"true"
:showIndex=
"true"
:showPage=
"true"
:showSelection=
"true"
...
...
hg-monitor-web-base/src/main/resources/static/vue3/src/views/snapshot/index.html
View file @
5632a06
...
...
@@ -73,7 +73,7 @@
<div
class=
"search-table"
>
<h3
style=
"text-align: left;color:#2b9eef;"
>
快照信息
</h3>
<cm-table-page
:columns=
"tableData.columns"
:dataList=
"tableData.dataList"
:height=
"height -
30
0"
:height=
"height -
55
0"
:loading=
"false"
:pageSize=
"queryParams.pageSize"
:showBorder=
"true"
...
...
hg-monitor-web-base/src/main/resources/static/vue3/src/views/snapshotOverview/index.html
View file @
5632a06
...
...
@@ -52,7 +52,7 @@
<div
class=
"search-table"
>
<h3
style=
"text-align: left;color:#2b9eef;"
>
快照信息
</h3>
<cm-table-page
:columns=
"tableData.columns"
:dataList=
"tableData.dataList"
:height=
"height -
300
"
:height=
"height -
423
"
:loading=
"false"
:pageSize=
"queryParams.pageSize"
:showBorder=
"true"
...
...
Please
register
or
login
to post a comment