Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
smart
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangqinghua
smart
Commits
5b339e98
Commit
5b339e98
authored
Jan 15, 2019
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
告警闪烁
parent
5358d690
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
navbar.component.ts
src/main/webapp/app/layouts/navbar/navbar.component.ts
+1
-0
basi-check.component.ts
src/main/webapp/app/modal/basi-check/basi-check.component.ts
+1
-1
jtopo-editor.js
src/main/webapp/content/javascript/jtopo/js/jtopo-editor.js
+0
-1
No files found.
src/main/webapp/app/layouts/navbar/navbar.component.ts
View file @
5b339e98
...
@@ -55,6 +55,7 @@ export class NavbarComponent implements OnInit ,AfterViewChecked{
...
@@ -55,6 +55,7 @@ export class NavbarComponent implements OnInit ,AfterViewChecked{
ngOnInit
()
{
ngOnInit
()
{
this
.
user
=
this
.
$localStorage
.
retrieve
(
"userInfo"
);
this
.
user
=
this
.
$localStorage
.
retrieve
(
"userInfo"
);
this
.
getCurrentRole
();
// this.profileService.getProfileInfo().then((profileInfo) => {
// this.profileService.getProfileInfo().then((profileInfo) => {
// this.inProduction = profileInfo.inProduction;
// this.inProduction = profileInfo.inProduction;
// this.swaggerEnabled = profileInfo.swaggerEnabled;
// this.swaggerEnabled = profileInfo.swaggerEnabled;
...
...
src/main/webapp/app/modal/basi-check/basi-check.component.ts
View file @
5b339e98
...
@@ -186,7 +186,7 @@ export class BasiCheckComponent implements OnInit {
...
@@ -186,7 +186,7 @@ export class BasiCheckComponent implements OnInit {
this
.
message
.
error
(
'请输入必填信息'
);
this
.
message
.
error
(
'请输入必填信息'
);
return
false
;
return
false
;
}
}
this
.
validateForm
.
value
.
applications
=
[
this
.
validateForm
.
value
.
applications
]
;
this
.
validateForm
.
value
.
applications
=
this
.
validateForm
.
value
.
applications
;
this
.
validateForm
.
value
.
hostid
=
this
.
hostId
;
this
.
validateForm
.
value
.
hostid
=
this
.
hostId
;
if
(
this
.
title
==
'添加监测点'
||
this
.
title
==
"添加模版监测点"
)
{
if
(
this
.
title
==
'添加监测点'
||
this
.
title
==
"添加模版监测点"
)
{
this
.
create
();
this
.
create
();
...
...
src/main/webapp/content/javascript/jtopo/js/jtopo-editor.js
View file @
5b339e98
...
@@ -96,7 +96,6 @@ TopologyPanel.prototype.loadTopologyByJson = function (topologyJson, backImg) {
...
@@ -96,7 +96,6 @@ TopologyPanel.prototype.loadTopologyByJson = function (topologyJson, backImg) {
}
}
},
600
);
},
600
);
})(
i
);
})(
i
);
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment