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
730987ee
Commit
730987ee
authored
Jan 11, 2019
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
03b3f25a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
check-list.component.ts
...p/app/overAll/template/check-list/check-list.component.ts
+1
-1
check-prototype.component.html
...late/modal/check-prototype/check-prototype.component.html
+0
-0
check-prototype.component.ts
...mplate/modal/check-prototype/check-prototype.component.ts
+2
-1
No files found.
src/main/webapp/app/overAll/template/check-list/check-list.component.ts
View file @
730987ee
...
@@ -35,7 +35,7 @@ export class CheckListComponent implements OnInit {
...
@@ -35,7 +35,7 @@ export class CheckListComponent implements OnInit {
private
commonSer
:
CommonService
)
{
private
commonSer
:
CommonService
)
{
this
.
routerInfo
.
queryParams
.
subscribe
(
this
.
routerInfo
.
queryParams
.
subscribe
(
(
res
)
=>
{
(
res
)
=>
{
this
.
discoveryids
=
res
.
id
;
this
.
discoveryids
=
res
.
discoveryids
;
this
.
tempName
=
res
.
name
;
this
.
tempName
=
res
.
name
;
this
.
hostId
=
res
.
hostId
;
this
.
hostId
=
res
.
hostId
;
}
}
...
...
src/main/webapp/app/overAll/template/modal/check-prototype/check-prototype.component.html
View file @
730987ee
This diff is collapsed.
Click to expand it.
src/main/webapp/app/overAll/template/modal/check-prototype/check-prototype.component.ts
View file @
730987ee
...
@@ -70,6 +70,7 @@ export class CheckPrototypeComponent implements OnInit {
...
@@ -70,6 +70,7 @@ export class CheckPrototypeComponent implements OnInit {
showAddModal
(
hostId
,
discoveryid
,
title
)
{
showAddModal
(
hostId
,
discoveryid
,
title
)
{
this
.
title
=
title
;
this
.
title
=
title
;
this
.
isCheck
=
true
;
this
.
isCheck
=
true
;
this
.
discoveryid
=
discoveryid
;
this
.
hostId
=
hostId
;
this
.
hostId
=
hostId
;
this
.
overAllSer
.
findInterface
(
this
.
hostId
).
subscribe
(
this
.
overAllSer
.
findInterface
(
this
.
hostId
).
subscribe
(
(
res
)
=>
{
(
res
)
=>
{
...
@@ -148,7 +149,7 @@ export class CheckPrototypeComponent implements OnInit {
...
@@ -148,7 +149,7 @@ export class CheckPrototypeComponent implements OnInit {
}
}
this
.
validateForm
.
patchValue
({
this
.
validateForm
.
patchValue
({
applications
:
this
.
validateForm
.
value
.
applications
,
applications
:
this
.
validateForm
.
value
.
applications
,
host
I
d
:
this
.
hostId
,
host
i
d
:
this
.
hostId
,
ruleid
:
this
.
discoveryid
,
ruleid
:
this
.
discoveryid
,
status
:
this
.
validateForm
.
value
.
status
?
0
:
1
status
:
this
.
validateForm
.
value
.
status
?
0
:
1
});
});
...
...
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