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
fanzelei
9 years ago
Commit
d65647197334205cc8a652ec79d2d4d797793aaa
1 parent
07881485
update
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
monitor-ui-common/src/main/java/com/ui/model/req/ZkTreeReq.java
monitor-ui-web/src/main/webapp/script/yoho.type.zktree.js
monitor-ui-common/src/main/java/com/ui/model/req/ZkTreeReq.java
View file @
d656471
...
...
@@ -6,7 +6,7 @@ import lombok.Data;
@Data
public
class
ZkTreeReq
extends
PageRequest
{
private
String
zkI
p
;
private
String
i
p
;
private
String
name
;
...
...
monitor-ui-web/src/main/webapp/script/yoho.type.zktree.js
View file @
d656471
...
...
@@ -148,7 +148,7 @@ function searchType(ip){
type
:
"post"
,
dataType
:
"json"
,
data
:
{
ip
:
ip
ip
:
ip
},
success
:
function
(
data
)
{
$
(
function
()
{
...
...
@@ -228,7 +228,7 @@ function updateRoot(rowData,ip){
$
(
"#zkRootInfoForm"
).
form
(
"submit"
,
{
submitUrl
:
contextPath
+
"/zkTree/editRoot"
,
submitData
:
{
zkI
p
:
ip
,
i
p
:
ip
,
name
:
$
(
"#zkRootInfoForm #zkName"
).
val
(),
root
:
$
(
"#zkRootInfoForm #zkRoot"
).
val
(),
oldRoot
:
rowData
.
root
...
...
Please
register
or
login
to post a comment