Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-ui
·
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
qinchao
7 years ago
Commit
58b9a54ac4b828fdbb30be9008b9de72c7224fc7
1 parent
0a622e87
doashboard修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
monitor-ui-web/src/main/webapp/jsp/dashBoard/dashBoard.jsp
monitor-ui-web/src/main/webapp/jsp/dashBoard/dashBoard.jsp
View file @
58b9a54
...
...
@@ -69,7 +69,7 @@
<div
class=
"row"
>
<c:forEach
items=
"${portalMap}"
var=
"m"
varStatus=
"mq"
>
<div
class=
"col-sm-12 col-md-6 col-lg-4 "
>
<div
class=
"thumbnail"
style=
"
height:950px;
"
>
<div
class=
"thumbnail"
style=
""
>
<div
style=
"width:90%;height:150px;
<c:if test="
${
mq
.
index =
=
0
}"
>
background-color: rebeccapurple;
</c:if>
<c:if
test=
"${mq.index == 1}"
>
background-color: #0C5F61;
</c:if>
...
...
Please
register
or
login
to post a comment