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
875dbda0
Commit
875dbda0
authored
Dec 27, 2018
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
6815e3a5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
6 deletions
+7
-6
basi-check.component.html
...ain/webapp/app/modal/basi-check/basi-check.component.html
+1
-1
website.component.ts
src/main/webapp/app/modal/website/website.component.ts
+2
-2
asset-part.component.html
...main/webapp/app/work/asset-part/asset-part.component.html
+1
-1
work-handle.component.html
...in/webapp/app/work/work-handle/work-handle.component.html
+3
-2
No files found.
src/main/webapp/app/modal/basi-check/basi-check.component.html
View file @
875dbda0
...
...
@@ -146,7 +146,7 @@
</nz-form-item>
</form>
<div
class=
"modal-footer-btn"
>
<button
nz-button
(
click
)="
handleCheckOk
()"
nzType=
"primary"
>
保存
</button>
<button
nz-button
(
click
)="
handleCheckOk
()"
nzType=
"primary"
>
下一步
</button>
</div>
</nz-tab>
<nz-tab
nzTitle=
"阈值设置"
nzDisabled=
"true"
>
...
...
src/main/webapp/app/modal/website/website.component.ts
View file @
875dbda0
...
...
@@ -71,11 +71,11 @@ export class WebsiteComponent implements OnInit {
handleOk
()
{
if
(
!
this
.
validateForm
.
name
){
this
.
message
.
error
(
"请输入网站名称"
)
this
.
message
.
error
(
"请输入网站名称"
)
;
return
false
;
}
if
(
!
this
.
validateForm
.
delay
){
this
.
message
.
error
(
"请输入更新间隔"
)
this
.
message
.
error
(
"请输入更新间隔"
)
;
return
false
;
}
if
(
this
.
title
==
'添加网站监测'
){
...
...
src/main/webapp/app/work/asset-part/asset-part.component.html
View file @
875dbda0
...
...
@@ -76,7 +76,7 @@
<td>
{{data.scrapcount}}
</td>
<td>
关联事件
</td>
<td>
{{data.eventSum}}
</td>
<td
class=
"handle text-center"
>
<span
(
click
)="
goToChild
(
data
)"
>
明细
</span>
<span
(
click
)="
deleteChildType
(
data
)"
>
删除
</span>
...
...
src/main/webapp/app/work/work-handle/work-handle.component.html
View file @
875dbda0
...
...
@@ -81,9 +81,10 @@
</td>
<td>
{{data.createTime | date:"yyyy-MM-dd HH:mm:ss"}}
</td>
<td>
事件来源
<span
*
ngIf=
"data.source == 0"
>
系统告警
</span>
<span
*
ngIf=
"data.source == 1"
>
手动新增
</span>
</td>
<td>
时间分类
</td>
<td>
{{data.typeName}}
</td>
<td>
{{data.operators[0]?.username}}
</td>
...
...
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