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
5daec96d690b82cba4d587320935eae5f1c5b72f
1 parent
ca537b3e
修改bug
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
monitor-ui-web/src/main/webapp/jsp/mobject/mobjectInfo.jsp
monitor-ui-web/src/main/webapp/script/yoho.type.tree.js
monitor-ui-web/src/main/webapp/jsp/mobject/mobjectInfo.jsp
View file @
5daec96
...
...
@@ -847,7 +847,7 @@
})*/
</script>
<script
type=
"text/javascript"
src=
"<%=basePath %>/script/yoho.type.tree.js?v=201711
08-36
"
></script>
<script
type=
"text/javascript"
src=
"<%=basePath %>/script/yoho.type.tree.js?v=201711
29-1
"
></script>
<div
class=
"modal fade"
id=
"myModal"
tabindex=
"-1"
role=
"dialog"
...
...
monitor-ui-web/src/main/webapp/script/yoho.type.tree.js
View file @
5daec96
...
...
@@ -224,7 +224,7 @@ var doAddType = function () {
return
;
}
var
isleaf
=
$
(
'#cb_new_type_isleaf'
).
prop
(
"checked"
)
==
true
?
1
:
0
;
$
.
get
(
contextPath
+
"/type/add"
,
{
"pid"
:
pid
,
"name"
:
name
,
"isleaf"
:
isleaf
},
$
.
get
(
contextPath
+
"/type/add"
,
{
"pid"
:
pid
,
"name"
:
name
,
"isleaf"
:
isleaf
,
"tags"
:
""
},
function
(
data
,
state
)
{
var
repjson
=
JSON
.
parse
(
data
);
if
(
state
==
"success"
&&
repjson
.
code
==
200
)
{
...
...
Please
register
or
login
to post a comment