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
87c876df
Commit
87c876df
authored
Nov 16, 2018
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
log
parent
04ac48ac
Hide whitespace changes
Inline
Side-by-side
Showing
37 changed files
with
332 additions
and
4 deletions
+332
-4
README.md
README.md
+24
-2
business-sup.component.html
...app/app/analysis/business-sup/business-sup.component.html
+3
-0
business-sup.component.ts
...ebapp/app/analysis/business-sup/business-sup.component.ts
+15
-0
operation-work.component.html
...app/analysis/operation-work/operation-work.component.html
+3
-0
operation-work.component.ts
...p/app/analysis/operation-work/operation-work.component.ts
+15
-0
resourse-alarm.component.html
...app/analysis/resourse-alarm/resourse-alarm.component.html
+3
-0
resourse-alarm.component.ts
...p/app/analysis/resourse-alarm/resourse-alarm.component.ts
+15
-0
resourse-usabil.component.html
...p/analysis/resourse-usabil/resourse-usabil.component.html
+3
-0
resourse-usabil.component.ts
...app/analysis/resourse-usabil/resourse-usabil.component.ts
+15
-0
app.main.module.ts
src/main/webapp/app/app.main.module.ts
+1
-1
b-topology.component.html
.../webapp/app/business/b-topology/b-topology.component.html
+3
-0
b-topology.component.ts
...in/webapp/app/business/b-topology/b-topology.component.ts
+15
-0
business-config.component.html
...p/business/business-config/business-config.component.html
+3
-0
business-config.component.ts
...app/business/business-config/business-config.component.ts
+15
-0
business.service.ts
src/main/webapp/app/business/business.service.ts
+1
-1
effect-analysis.component.html
...p/business/effect-analysis/effect-analysis.component.html
+3
-0
effect-analysis.component.ts
...app/business/effect-analysis/effect-analysis.component.ts
+15
-0
overview.component.html
...main/webapp/app/business/overview/overview.component.html
+3
-0
overview.component.ts
src/main/webapp/app/business/overview/overview.component.ts
+15
-0
backup.component.html
src/main/webapp/app/smart/backup/backup.component.html
+3
-0
backup.component.ts
src/main/webapp/app/smart/backup/backup.component.ts
+15
-0
handle.component.html
src/main/webapp/app/smart/handle/handle.component.html
+3
-0
handle.component.ts
src/main/webapp/app/smart/handle/handle.component.ts
+15
-0
script-config.component.html
...bapp/app/smart/script-config/script-config.component.html
+3
-0
script-config.component.ts
...webapp/app/smart/script-config/script-config.component.ts
+15
-0
asset-part.component.html
...main/webapp/app/work/asset-part/asset-part.component.html
+3
-0
asset-part.component.ts
src/main/webapp/app/work/asset-part/asset-part.component.ts
+15
-0
contract-track.component.html
...app/app/work/contract-track/contract-track.component.html
+3
-0
contract-track.component.ts
...ebapp/app/work/contract-track/contract-track.component.ts
+15
-0
inspect-plan.component.html
.../webapp/app/work/inspect-plan/inspect-plan.component.html
+3
-0
inspect-plan.component.ts
...in/webapp/app/work/inspect-plan/inspect-plan.component.ts
+15
-0
konwledge-base.component.html
...app/app/work/konwledge-base/konwledge-base.component.html
+3
-0
konwledge-base.component.ts
...ebapp/app/work/konwledge-base/konwledge-base.component.ts
+15
-0
personel-manage.component.html
...p/app/work/personel-manage/personel-manage.component.html
+3
-0
personel-manage.component.ts
...app/app/work/personel-manage/personel-manage.component.ts
+15
-0
work-handle.component.html
...in/webapp/app/work/work-handle/work-handle.component.html
+3
-0
work-handle.component.ts
...main/webapp/app/work/work-handle/work-handle.component.ts
+15
-0
No files found.
README.md
View file @
87c876df
...
...
@@ -9,4 +9,26 @@ Service ng g service my-new-service
Class ng g class my-new-class
Interface ng g interface my-new-interface
Enum ng g enum my-new-enum
Module ng g module my-module
\ No newline at end of file
Module ng g module my-module
统计分析: analysis
资源告警统计 resourceAlarm
资源可用性统计 resourceUsabil
业务监管统计 businessSup
运维工作统计 operationWork
智能运维: smart
智能备份 backup
应急处理 handle
脚本配置 scriptConfig
运维工作: work
事件处置 workHandle
巡检计划 inspectPlan
人员管理 personelManage
合同跟踪 contractTrack
资产备件 assetPart
知识库 knowledgeBase
业务监管: business
业务概览 overview
业务拓扑 bTopology
效能分析 effectAnalysis
业务配置 businessConfig
\ No newline at end of file
src/main/webapp/app/analysis/business-sup/business-sup.component.html
0 → 100644
View file @
87c876df
<p>
business-sup works!
</p>
src/main/webapp/app/analysis/business-sup/business-sup.component.ts
0 → 100644
View file @
87c876df
import
{
Component
,
OnInit
}
from
'@angular/core'
;
@
Component
({
selector
:
'smart-business-sup'
,
templateUrl
:
'./business-sup.component.html'
,
styles
:
[]
})
export
class
BusinessSupComponent
implements
OnInit
{
constructor
()
{
}
ngOnInit
()
{
}
}
src/main/webapp/app/analysis/operation-work/operation-work.component.html
0 → 100644
View file @
87c876df
<p>
operation-work works!
</p>
src/main/webapp/app/analysis/operation-work/operation-work.component.ts
0 → 100644
View file @
87c876df
import
{
Component
,
OnInit
}
from
'@angular/core'
;
@
Component
({
selector
:
'smart-operation-work'
,
templateUrl
:
'./operation-work.component.html'
,
styles
:
[]
})
export
class
OperationWorkComponent
implements
OnInit
{
constructor
()
{
}
ngOnInit
()
{
}
}
src/main/webapp/app/analysis/resourse-alarm/resourse-alarm.component.html
0 → 100644
View file @
87c876df
<p>
resourse-alarm works!
</p>
src/main/webapp/app/analysis/resourse-alarm/resourse-alarm.component.ts
0 → 100644
View file @
87c876df
import
{
Component
,
OnInit
}
from
'@angular/core'
;
@
Component
({
selector
:
'smart-resourse-alarm'
,
templateUrl
:
'./resourse-alarm.component.html'
,
styles
:
[]
})
export
class
ResourseAlarmComponent
implements
OnInit
{
constructor
()
{
}
ngOnInit
()
{
}
}
src/main/webapp/app/analysis/resourse-usabil/resourse-usabil.component.html
0 → 100644
View file @
87c876df
<p>
resourse-usabil works!
</p>
src/main/webapp/app/analysis/resourse-usabil/resourse-usabil.component.ts
0 → 100644
View file @
87c876df
import
{
Component
,
OnInit
}
from
'@angular/core'
;
@
Component
({
selector
:
'smart-resourse-usabil'
,
templateUrl
:
'./resourse-usabil.component.html'
,
styles
:
[]
})
export
class
ResourseUsabilComponent
implements
OnInit
{
constructor
()
{
}
ngOnInit
()
{
}
}
src/main/webapp/app/app.main.module.ts
View file @
87c876df
...
...
@@ -38,7 +38,7 @@ import {NeTopologyComponent} from './netTopology/ne-topology/ne-topology.compone
import
{
FlowTrendComponent
}
from
'./netTopology/flow-trend/flow-trend.component'
;
import
{
TopologyService
}
from
'./netTopology/topology.service'
;
import
{
AnalysisService
}
from
'./analysis/analysis.service'
;
import
{
OperationService
}
from
'./
operation
/operation.service'
;
import
{
OperationService
}
from
'./
business
/operation.service'
;
import
{
SmartService
}
from
'./smart/smart.service'
;
import
{
WorkService
}
from
'./work/work.service'
;
import
{
AlarmGroupComponent
}
from
'./alarm/modal/alarm-group/alarm-group.component'
;
...
...
src/main/webapp/app/business/b-topology/b-topology.component.html
0 → 100644
View file @
87c876df
<p>
b-topology works!
</p>
src/main/webapp/app/business/b-topology/b-topology.component.ts
0 → 100644
View file @
87c876df
import
{
Component
,
OnInit
}
from
'@angular/core'
;
@
Component
({
selector
:
'smart-b-topology'
,
templateUrl
:
'./b-topology.component.html'
,
styles
:
[]
})
export
class
BTopologyComponent
implements
OnInit
{
constructor
()
{
}
ngOnInit
()
{
}
}
src/main/webapp/app/business/business-config/business-config.component.html
0 → 100644
View file @
87c876df
<p>
business-config works!
</p>
src/main/webapp/app/business/business-config/business-config.component.ts
0 → 100644
View file @
87c876df
import
{
Component
,
OnInit
}
from
'@angular/core'
;
@
Component
({
selector
:
'smart-business-config'
,
templateUrl
:
'./business-config.component.html'
,
styles
:
[]
})
export
class
BusinessConfigComponent
implements
OnInit
{
constructor
()
{
}
ngOnInit
()
{
}
}
src/main/webapp/app/
operation/operation
.service.ts
→
src/main/webapp/app/
business/business
.service.ts
View file @
87c876df
import
{
Injectable
}
from
'@angular/core'
;
@
Injectable
()
export
class
Operation
Service
{
export
class
Business
Service
{
constructor
()
{
}
}
src/main/webapp/app/business/effect-analysis/effect-analysis.component.html
0 → 100644
View file @
87c876df
<p>
effect-analysis works!
</p>
src/main/webapp/app/business/effect-analysis/effect-analysis.component.ts
0 → 100644
View file @
87c876df
import
{
Component
,
OnInit
}
from
'@angular/core'
;
@
Component
({
selector
:
'smart-effect-analysis'
,
templateUrl
:
'./effect-analysis.component.html'
,
styles
:
[]
})
export
class
EffectAnalysisComponent
implements
OnInit
{
constructor
()
{
}
ngOnInit
()
{
}
}
src/main/webapp/app/business/overview/overview.component.html
0 → 100644
View file @
87c876df
<p>
overview works!
</p>
src/main/webapp/app/business/overview/overview.component.ts
0 → 100644
View file @
87c876df
import
{
Component
,
OnInit
}
from
'@angular/core'
;
@
Component
({
selector
:
'smart-overview'
,
templateUrl
:
'./overview.component.html'
,
styles
:
[]
})
export
class
OverviewComponent
implements
OnInit
{
constructor
()
{
}
ngOnInit
()
{
}
}
src/main/webapp/app/smart/backup/backup.component.html
0 → 100644
View file @
87c876df
<p>
backup works!
</p>
src/main/webapp/app/smart/backup/backup.component.ts
0 → 100644
View file @
87c876df
import
{
Component
,
OnInit
}
from
'@angular/core'
;
@
Component
({
selector
:
'smart-backup'
,
templateUrl
:
'./backup.component.html'
,
styles
:
[]
})
export
class
BackupComponent
implements
OnInit
{
constructor
()
{
}
ngOnInit
()
{
}
}
src/main/webapp/app/smart/handle/handle.component.html
0 → 100644
View file @
87c876df
<p>
handle works!
</p>
src/main/webapp/app/smart/handle/handle.component.ts
0 → 100644
View file @
87c876df
import
{
Component
,
OnInit
}
from
'@angular/core'
;
@
Component
({
selector
:
'smart-handle'
,
templateUrl
:
'./handle.component.html'
,
styles
:
[]
})
export
class
HandleComponent
implements
OnInit
{
constructor
()
{
}
ngOnInit
()
{
}
}
src/main/webapp/app/smart/script-config/script-config.component.html
0 → 100644
View file @
87c876df
<p>
script-config works!
</p>
src/main/webapp/app/smart/script-config/script-config.component.ts
0 → 100644
View file @
87c876df
import
{
Component
,
OnInit
}
from
'@angular/core'
;
@
Component
({
selector
:
'smart-script-config'
,
templateUrl
:
'./script-config.component.html'
,
styles
:
[]
})
export
class
ScriptConfigComponent
implements
OnInit
{
constructor
()
{
}
ngOnInit
()
{
}
}
src/main/webapp/app/work/asset-part/asset-part.component.html
0 → 100644
View file @
87c876df
<p>
asset-part works!
</p>
src/main/webapp/app/work/asset-part/asset-part.component.ts
0 → 100644
View file @
87c876df
import
{
Component
,
OnInit
}
from
'@angular/core'
;
@
Component
({
selector
:
'smart-asset-part'
,
templateUrl
:
'./asset-part.component.html'
,
styles
:
[]
})
export
class
AssetPartComponent
implements
OnInit
{
constructor
()
{
}
ngOnInit
()
{
}
}
src/main/webapp/app/work/contract-track/contract-track.component.html
0 → 100644
View file @
87c876df
<p>
contract-track works!
</p>
src/main/webapp/app/work/contract-track/contract-track.component.ts
0 → 100644
View file @
87c876df
import
{
Component
,
OnInit
}
from
'@angular/core'
;
@
Component
({
selector
:
'smart-contract-track'
,
templateUrl
:
'./contract-track.component.html'
,
styles
:
[]
})
export
class
ContractTrackComponent
implements
OnInit
{
constructor
()
{
}
ngOnInit
()
{
}
}
src/main/webapp/app/work/inspect-plan/inspect-plan.component.html
0 → 100644
View file @
87c876df
<p>
inspect-plan works!
</p>
src/main/webapp/app/work/inspect-plan/inspect-plan.component.ts
0 → 100644
View file @
87c876df
import
{
Component
,
OnInit
}
from
'@angular/core'
;
@
Component
({
selector
:
'smart-inspect-plan'
,
templateUrl
:
'./inspect-plan.component.html'
,
styles
:
[]
})
export
class
InspectPlanComponent
implements
OnInit
{
constructor
()
{
}
ngOnInit
()
{
}
}
src/main/webapp/app/work/konwledge-base/konwledge-base.component.html
0 → 100644
View file @
87c876df
<p>
konwledge-base works!
</p>
src/main/webapp/app/work/konwledge-base/konwledge-base.component.ts
0 → 100644
View file @
87c876df
import
{
Component
,
OnInit
}
from
'@angular/core'
;
@
Component
({
selector
:
'smart-konwledge-base'
,
templateUrl
:
'./konwledge-base.component.html'
,
styles
:
[]
})
export
class
KonwledgeBaseComponent
implements
OnInit
{
constructor
()
{
}
ngOnInit
()
{
}
}
src/main/webapp/app/work/personel-manage/personel-manage.component.html
0 → 100644
View file @
87c876df
<p>
personel-manage works!
</p>
src/main/webapp/app/work/personel-manage/personel-manage.component.ts
0 → 100644
View file @
87c876df
import
{
Component
,
OnInit
}
from
'@angular/core'
;
@
Component
({
selector
:
'smart-personel-manage'
,
templateUrl
:
'./personel-manage.component.html'
,
styles
:
[]
})
export
class
PersonelManageComponent
implements
OnInit
{
constructor
()
{
}
ngOnInit
()
{
}
}
src/main/webapp/app/work/work-handle/work-handle.component.html
0 → 100644
View file @
87c876df
<p>
work-handle works!
</p>
src/main/webapp/app/work/work-handle/work-handle.component.ts
0 → 100644
View file @
87c876df
import
{
Component
,
OnInit
}
from
'@angular/core'
;
@
Component
({
selector
:
'smart-work-handle'
,
templateUrl
:
'./work-handle.component.html'
,
styles
:
[]
})
export
class
WorkHandleComponent
implements
OnInit
{
constructor
()
{
}
ngOnInit
()
{
}
}
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