Commit 87c876df authored by wangqinghua's avatar wangqinghua

log

parent 04ac48ac
......@@ -10,3 +10,25 @@ 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
统计分析: 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
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'smart-business-sup',
templateUrl: './business-sup.component.html',
styles: []
})
export class BusinessSupComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'smart-operation-work',
templateUrl: './operation-work.component.html',
styles: []
})
export class OperationWorkComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'smart-resourse-alarm',
templateUrl: './resourse-alarm.component.html',
styles: []
})
export class ResourseAlarmComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'smart-resourse-usabil',
templateUrl: './resourse-usabil.component.html',
styles: []
})
export class ResourseUsabilComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}
......@@ -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';
......
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'smart-b-topology',
templateUrl: './b-topology.component.html',
styles: []
})
export class BTopologyComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'smart-business-config',
templateUrl: './business-config.component.html',
styles: []
})
export class BusinessConfigComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}
import { Injectable } from '@angular/core';
@Injectable()
export class OperationService {
export class BusinessService {
constructor() { }
}
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'smart-effect-analysis',
templateUrl: './effect-analysis.component.html',
styles: []
})
export class EffectAnalysisComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'smart-overview',
templateUrl: './overview.component.html',
styles: []
})
export class OverviewComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'smart-backup',
templateUrl: './backup.component.html',
styles: []
})
export class BackupComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'smart-handle',
templateUrl: './handle.component.html',
styles: []
})
export class HandleComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'smart-script-config',
templateUrl: './script-config.component.html',
styles: []
})
export class ScriptConfigComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'smart-asset-part',
templateUrl: './asset-part.component.html',
styles: []
})
export class AssetPartComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'smart-contract-track',
templateUrl: './contract-track.component.html',
styles: []
})
export class ContractTrackComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'smart-inspect-plan',
templateUrl: './inspect-plan.component.html',
styles: []
})
export class InspectPlanComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'smart-konwledge-base',
templateUrl: './konwledge-base.component.html',
styles: []
})
export class KonwledgeBaseComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'smart-personel-manage',
templateUrl: './personel-manage.component.html',
styles: []
})
export class PersonelManageComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'smart-work-handle',
templateUrl: './work-handle.component.html',
styles: []
})
export class WorkHandleComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment