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
c38ce993d060e2d249af6d038fc68a8e3caeb934
1 parent
11cf4623
增加功能:crontab集中管理
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
monitor-ui-ctrl/src/main/java/com/ui/ctrl/CronTabManageCtrl.java
monitor-ui-ctrl/src/main/java/com/ui/ctrl/CronTabManageCtrl.java
View file @
c38ce99
...
...
@@ -23,7 +23,7 @@ public class CronTabManageCtrl {
@RequestMapping
(
"/loadPage"
)
public
void
testRed
(
HttpServletResponse
response
)
throws
Exception
{
response
.
sendRedirect
(
"http://
10.67.2.2:7079
/ui/#/"
);
response
.
sendRedirect
(
"http://
mysqlcrontab.yohops.com
/ui/#/"
);
}
}
...
...
Please
register
or
login
to post a comment