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
1b846338
Commit
1b846338
authored
Jan 21, 2019
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
6e154e70
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
10 deletions
+8
-10
resource-alarm.component.html
...app/analysis/resource-alarm/resource-alarm.component.html
+4
-4
resource-usabil.component.html
...p/analysis/resource-usabil/resource-usabil.component.html
+1
-1
template.component.html
src/main/webapp/app/overAll/template/template.component.html
+3
-3
template.component.ts
src/main/webapp/app/overAll/template/template.component.ts
+0
-2
No files found.
src/main/webapp/app/analysis/resource-alarm/resource-alarm.component.html
View file @
1b846338
...
...
@@ -84,10 +84,10 @@
</div>
</nz-spin>
<div
nz-row
nzGutter=
"4"
style=
"margin: 20px 0"
>
<div
nz-col
nzSpan=
"
19
"
>
<div
nz-col
nzSpan=
"
20
"
>
<h3>
常见问题TOP10
</h3>
</div>
<div
nz-col
nzSpan=
"
3"
class=
"text-center
"
>
<div
nz-col
nzSpan=
"
4"
class=
"text-right
"
>
<button
[
nzLoading
]="
isDownload1
"
(
click
)="
downLoadCommon
()"
nz-button
nzType=
"default"
><i
class=
"anticon anticon-download"
></i>
下载
</button>
</div>
</div>
...
...
@@ -114,10 +114,10 @@
</tbody>
</nz-table>
<div
nz-row
nzGutter=
"4"
style=
"margin: 20px 0"
>
<div
nz-col
nzSpan=
"
19
"
>
<div
nz-col
nzSpan=
"
20
"
>
<h3>
统计报告
</h3>
</div>
<div
nz-col
nzSpan=
"
3"
class=
"text-center
"
>
<div
nz-col
nzSpan=
"
4"
class=
"text-right
"
>
<button
[
nzLoading
]="
isDownload2
"
(
click
)="
downLoadReport
()"
nz-button
nzType=
"default"
><i
class=
"anticon anticon-download"
></i>
下载
</button>
</div>
</div>
...
...
src/main/webapp/app/analysis/resource-usabil/resource-usabil.component.html
View file @
1b846338
...
...
@@ -55,7 +55,7 @@
style=
"color: #6097b7"
></i>
搜索
</button>
</div>
<div
nz-col
nzSpan=
"3"
>
<div
nz-col
nzSpan=
"3"
class=
"text-right"
>
<button
[
nzLoading
]="
isDownload
"
(
click
)="
downLoadCommon
()"
nz-button
nzType=
"default"
><i
class=
"anticon anticon-download"
></i>
下载
</button>
</div>
</div>
...
...
src/main/webapp/app/overAll/template/template.component.html
View file @
1b846338
...
...
@@ -39,7 +39,7 @@
<thead>
<tr>
<th
[
nzChecked
]="
allChecked
"
></th>
<th
nzWidth=
"
2
0%"
>
名称
</th>
<th
nzWidth=
"
3
0%"
>
名称
</th>
<th
nzWidth=
"20%"
>
描述
</th>
<th>
自动发现
</th>
<th>
监控项
</th>
...
...
@@ -59,7 +59,7 @@
<td></td>
<td
class=
"cursor"
[
nzIndentSize
]="
item
.
level
*
20
"
nzShowExpand
[
nzExpand
]='
item
.
expand
'
(
nzExpandChange
)="
getChildren
(
item
)"
>
<span>
{{item.name}}
</span>
<span>
{{item.name}}
</span>
<span
style=
"color: #1b6b5bcc; margin-left: 10px"
>
模版数量:{{item.templatescount}}
</span>
</td>
<td>
{{item.description}}
</td>
<td></td>
...
...
@@ -104,7 +104,7 @@
<!--搜索-->
<ng-container
*
ngIf=
"searchStatus"
>
<ng-container
*
ngFor=
"let item of
searchD
ata"
>
<ng-container
*
ngFor=
"let item of
nzTable.d
ata"
>
<tr>
<td
nzShowCheckbox
[
nzIndeterminate
]="
indeterminate
"
(
nzCheckedChange
)="
selectChecked
($
event
,
item
)"
[(
nzChecked
)]="
item
.
checked
"
></td>
...
...
src/main/webapp/app/overAll/template/template.component.ts
View file @
1b846338
...
...
@@ -143,7 +143,6 @@ export class TemplateComponent implements OnInit {
search
()
{
this
.
isLoading
=
true
;
this
.
searchStatus
=
true
;
this
.
frontPagination
=
false
;
const
data
=
{
search
:
{
name
:
this
.
searchName
...
...
@@ -162,7 +161,6 @@ export class TemplateComponent implements OnInit {
//backList
backList
()
{
this
.
searchStatus
=
false
;
this
.
frontPagination
=
true
;
}
//添加模版
...
...
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