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
wangtao
3 years ago
Commit
787d3abecc77641e8239a1fef9a83318a39873fb
1 parent
872639bb
自监控图标;资产视图
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
1 deletions
hg-monitor-web-base/src/main/resources/static/src/style/css/menuIcon.css
hg-monitor-web-base/src/main/resources/static/src/style/img/menu/self-monitor.png
hg-monitor-web-base/src/main/resources/static/vue3/src/views/res/list/index.js
hg-monitor-web-base/src/main/resources/static/src/style/css/menuIcon.css
View file @
787d3ab
...
...
@@ -126,3 +126,14 @@
content
:
''
;
}
.self-monitor
{
background
:
url('../img/menu/self-monitor.png')
!important
;
width
:
15px
;
height
:
15px
;
margin-top
:
-7px
!important
;
}
.self-monitor
:before
{
content
:
''
;
}
...
...
hg-monitor-web-base/src/main/resources/static/src/style/img/menu/self-monitor.png
0 → 100644
View file @
787d3ab
1.04 KB
hg-monitor-web-base/src/main/resources/static/vue3/src/views/res/list/index.js
View file @
787d3ab
...
...
@@ -84,7 +84,7 @@ export default {
// 获取左侧树结构
let
loadTree
=
()
=>
{
proxy
.
$http
.
get
(
"/api-web/v32/res/list/tree"
,
{},
function
(
res
)
{
if
(
res
&&
res
.
data
)
{
if
(
res
&&
res
.
data
&&
res
.
data
.
length
>
0
)
{
treeData
.
value
=
res
.
data
let
first
=
res
.
data
[
0
];
...
...
Please
register
or
login
to post a comment