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
8b3090c1
Commit
8b3090c1
authored
May 16, 2019
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据库
交换机 服务器
parent
8358e5a9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
77 additions
and
12 deletions
+77
-12
app.main.module.ts
src/main/webapp/app/app.main.module.ts
+6
-0
basic-detail.component.html
...pp/overAll/basic/basic-detail/basic-detail.component.html
+0
-0
database.component.html
...webapp/app/overAll/modal/database/database.component.html
+21
-3
server.component.html
...ain/webapp/app/overAll/modal/server/server.component.html
+26
-3
switch.component.html
...ain/webapp/app/overAll/modal/switch/switch.component.html
+22
-3
network-detail.component.html
...etwork-check/network-detail/network-detail.component.html
+2
-3
No files found.
src/main/webapp/app/app.main.module.ts
View file @
8b3090c1
...
...
@@ -111,6 +111,9 @@ import {DisableControlDirective} from './shared/common/disable-control.directive
import
{
SelectTriggerComponent
}
from
'./modal/select-trigger/select-trigger.component'
;
import
{
WebModalComponent
}
from
'./modal/web-modal/web-modal.component'
;
import
{
WorkReportComponent
}
from
'./business/modal/work-report/work-report.component'
;
import
{
SwitchComponent
}
from
'./overAll/modal/switch/switch.component'
;
import
{
ServerComponent
}
from
'./overAll/modal/server/server.component'
;
import
{
DatabaseComponent
}
from
'./overAll/modal/database/database.component'
;
@
NgModule
({
imports
:
[
...
...
@@ -224,6 +227,9 @@ import {WorkReportComponent} from './business/modal/work-report/work-report.comp
SelectTriggerComponent
,
WebModalComponent
,
WorkReportComponent
,
SwitchComponent
,
ServerComponent
,
DatabaseComponent
,
],
providers
:[
OverAllService
,
...
...
src/main/webapp/app/overAll/basic/basic-detail/basic-detail.component.html
View file @
8b3090c1
This diff is collapsed.
Click to expand it.
src/main/webapp/app/overAll/modal/database/database.component.html
View file @
8b3090c1
<p>
database works!
</p>
<div>
<nz-row>
<nz-col
span=
"12"
>
<div>
<nz-row>
<nz-col
span=
"12"
>
数据库
</nz-col>
<nz-col
span=
"12"
>
指标列表
</nz-col>
</nz-row>
</div>
<div>
</div>
</nz-col>
<nz-col
span=
"12"
>
<div>
告警总数趋势
</div>
<div></div>
</nz-col>
</nz-row>
</div>
src/main/webapp/app/overAll/modal/server/server.component.html
View file @
8b3090c1
<p>
server works!
</p>
<div>
<nz-row>
<nz-col
span=
"12"
>
<div>
关键指标
</div>
<div>
分区
</div>
<div>
<nz-row>
<nz-col
span=
"12"
>
基本信息
</nz-col>
<nz-col
span=
"12"
>
指标列表
</nz-col>
</nz-row>
</div>
</nz-col>
<nz-col
span=
"12"
>
<div>
指标趋势
</div>
<div>
可用性历史趋势
</div>
</nz-col>
</nz-row>
</div>
src/main/webapp/app/overAll/modal/switch/switch.component.html
View file @
8b3090c1
<p>
switch works!
</p>
<nz-row>
<nz-col
span=
"12"
>
<div>
<p>
关键指标
</p>
</div>
<div>
<p>
基本信息
</p>
</div>
<div>
<p>
指标列表
</p>
</div>
</nz-col>
<nz-col
span=
"12"
>
<div>
指标趋势
</div>
<div>
网卡流量
</div>
</nz-col>
</nz-row>
src/main/webapp/app/overAll/network-check/network-detail/network-detail.component.html
View file @
8b3090c1
...
...
@@ -97,7 +97,7 @@
<span>
监测数据图表
</span>
</div>
<div
nz-col
[
nzSpan
]="
8
"
>
<nz-radio-group
style=
"width: 100%;"
[(
ngModel
)]="
timeType
"
(
ngModelChange
)="
changeType
()"
[
nzButtonStyle
]
="'
solid
'"
>
<nz-radio-group
style=
"width: 100%;"
[(
ngModel
)]="
timeType
"
(
ngModelChange
)="
changeType
()"
nzButtonStyle
=
"'solid'"
>
<label
nz-radio-button
nzValue=
"1"
>
今天
</label>
<label
nz-radio-button
nzValue=
"2"
>
昨天
</label>
<label
nz-radio-button
nzValue=
"3"
>
三天
</label>
...
...
@@ -185,4 +185,4 @@
</div>
</div>
<!--添加网站-->
<smart-website
#
smartWebsite
></smart-website>
\ No newline at end of file
<smart-website
#
smartWebsite
></smart-website>
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