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
73336f3e14ec4e139e4e16def97c0b52b0cdf101
1 parent
9d27967d
bug修改 自动伸缩
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
monitor-ui-web/src/main/webapp/jsp/dashBoard/dashBoard.jsp
monitor-ui-web/src/main/webapp/script/autoscaling/autoscaling_new.js
monitor-ui-web/src/main/webapp/script/common/genarate_left_panel.js
monitor-ui-web/src/main/webapp/jsp/dashBoard/dashBoard.jsp
View file @
73336f3
...
...
@@ -244,7 +244,7 @@
</div>
</div>
</body>
<script
src=
"<%=basePath %>script/common/genarate_left_panel.js?v=2017121
1
"
></script>
<script
src=
"<%=basePath %>script/common/genarate_left_panel.js?v=2017121
3
"
></script>
<script
type=
"text/javascript"
>
$
(
"#li_dashboard"
).
addClass
(
"active"
);
</script>
...
...
monitor-ui-web/src/main/webapp/script/autoscaling/autoscaling_new.js
View file @
73336f3
...
...
@@ -929,7 +929,7 @@ function stopJavaProcess() {
for
(
var
i
=
0
;
i
<
array_souInstanceIps
.
length
;
i
++
){
var
oldTmpIp
=
array_souInstanceIps
[
i
];
var
tmpWithComm
=
oldTmpIp
+
","
;
if
(
tmp
WithComm
.
indexOf
(
tmpNewIps
)
<
0
){
if
(
tmp
NewIps
.
indexOf
(
tmpWithComm
)
<
0
){
if
(
suoIps
.
length
>
0
){
suoIps
+=
","
;
}
...
...
monitor-ui-web/src/main/webapp/script/common/genarate_left_panel.js
View file @
73336f3
...
...
@@ -146,7 +146,7 @@ innerHTML += "<li id='li_redis_operate'><a id='li_redis_operate_a' href=''>REDIS
innerHTML
+=
"</ul></li>"
;
/*其他*/
/*客户端错误日志查询 */
innerHTML
+=
"<li><a href='http://alog.yohops.com' target='_blank'><i class='icon icon-th'></i><span>客户端错误日志查询</span></a></li>"
;
//
innerHTML += "<li><a href='http://alog.yohops.com' target='_blank'><i class='icon icon-th'></i><span>客户端错误日志查询</span></a></li>";
/*客户端错误日志查询 end */
innerHTML
+=
"</ul></div>"
;
...
...
Please
register
or
login
to post a comment