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
bblu
8 years ago
Commit
aab963ecd64f4eeab4b8cbea00079a0adc6abfae
1 parent
70f7a85e
修改
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
monitor-ui-ctrl/src/main/java/com/ui/ctrl/LimitSwitchCtrl.java
monitor-ui-web/src/main/resources/config.properties
monitor-ui-web/src/main/webapp/jsp/switch/lbSwitch.jsp
monitor-ui-ctrl/src/main/java/com/ui/ctrl/LimitSwitchCtrl.java
View file @
aab963e
...
...
@@ -12,9 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
import
org.springframework.web.bind.annotation.ResponseBody
;
import
org.springframework.web.servlet.ModelAndView
;
import
java.util.ArrayList
;
import
java.util.HashMap
;
import
java.util.List
;
import
java.util.Map
;
/**
...
...
monitor-ui-web/src/main/resources/config.properties
View file @
aab963e
monitor.service.url
=
http://127.0.0.1:8880/monitor
\ No newline at end of file
monitor.service.url
=
http://192.168.102.205:8880/monitor
\ No newline at end of file
...
...
monitor-ui-web/src/main/webapp/jsp/switch/lbSwitch.jsp
View file @
aab963e
...
...
@@ -78,7 +78,7 @@
<div
class=
"tab-content"
>
<div
id=
"home"
>
<div
style=
"padding:50px 200px"
>
<pre>
${conf}
</pre>
</div>
<div
style=
"padding:50px 200px"
>
${conf}
</div>
<h3
class=
"header smaller red"
></h3>
<div
class=
"btn-group"
style=
"padding:5px 20px"
>
...
...
@@ -173,7 +173,7 @@
}
function
switchSuccess
()
{
window
.
location
.
href
=
contextPath
+
"/l
uaswitch/toLua
Switch"
;
window
.
location
.
href
=
contextPath
+
"/l
bSwitch/toLb
Switch"
;
}
function
sendAjax
(
type
,
url
,
data
,
dataType
,
success
,
error
)
{
...
...
Please
register
or
login
to post a comment