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
150740a7
Commit
150740a7
authored
Jan 29, 2019
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
614773d0
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
12 deletions
+3
-12
app.constants.ts
src/main/webapp/app/app.constants.ts
+0
-4
app.route.ts
src/main/webapp/app/app.route.ts
+0
-1
jtopo.component.ts
src/main/webapp/app/modal/jtopo/jtopo.component.ts
+3
-3
power.component.html
src/main/webapp/app/system/power/power.component.html
+0
-2
power.component.ts
src/main/webapp/app/system/power/power.component.ts
+0
-2
No files found.
src/main/webapp/app/app.constants.ts
View file @
150740a7
// These constants are injected via webpack environment variables.
// You can add more variables in webpack.common.js or in profile specific webpack.<dev|prod>.js files.
// If you change the values in the webpack config files, you need to re run webpack to update the application
export
const
VERSION
=
process
.
env
.
VERSION
;
export
const
DEBUG_INFO_ENABLED
:
boolean
=
!!
process
.
env
.
DEBUG_INFO_ENABLED
;
export
const
SERVER_API_URL_COMS
=
'/coms'
;
...
...
src/main/webapp/app/app.route.ts
View file @
150740a7
...
...
@@ -11,7 +11,6 @@ import {GroupComponent} from "./system/group/group.component";
import
{
PowerComponent
}
from
"./system/power/power.component"
;
import
{
AlarmListComponent
}
from
'./alarm/alarm-list/alarm-list.component'
;
import
{
AlarmLogComponent
}
from
'./alarm/alarm-log/alarm-log.component'
;
import
{
AlarmManageComponent
}
from
'./alarm/alarm-manage/alarm-manage.component'
;
import
{
AlarmSetComponent
}
from
'./alarm/alarm-set/alarm-set.component'
;
import
{
NowAlarmComponent
}
from
'./alarm/now-alarm/now-alarm.component'
;
import
{
SendSetComponent
}
from
'./alarm/send-set/send-set.component'
;
...
...
src/main/webapp/app/modal/jtopo/jtopo.component.ts
View file @
150740a7
...
...
@@ -2,9 +2,9 @@ import {Component, ElementRef, EventEmitter, HostListener, OnInit, Output, ViewC
declare
let
JTopo
:
any
;
@
Component
({
selector
:
'
app-root
'
,
templateUrl
:
'./
app
.component.html'
,
styleUrls
:
[
'./app.component.css'
]
selector
:
'
smart-jtopo
'
,
templateUrl
:
'./
jtopo
.component.html'
,
styleUrls
:
[]
})
/**
...
...
src/main/webapp/app/system/power/power.component.html
View file @
150740a7
...
...
@@ -67,5 +67,3 @@
<!--选择人员-->
<smart-select-person
#
smartSelectPerson
(
done
)="
batchAdduserToRole
($
event
)"
></smart-select-person>
<!--查看角色-->
<smart-look-role
#
smartLookRole
></smart-look-role>
src/main/webapp/app/system/power/power.component.ts
View file @
150740a7
...
...
@@ -4,7 +4,6 @@ import {RoleComponent} from '../modal/role/role.component';
import
{
NzMessageService
,
NzModalService
}
from
'ng-zorro-antd'
;
import
{
SelectPersonComponent
}
from
'../../modal/select-person/select-person.component'
;
import
{
SeparationComponent
}
from
'../modal/separation/separation.component'
;
import
{
LookRoleComponent
}
from
'../../look-role/look-role.component'
;
@
Component
({
selector
:
'jhi-power'
,
...
...
@@ -15,7 +14,6 @@ export class PowerComponent implements OnInit {
@
ViewChild
(
'smartRole'
)
smartRole
:
RoleComponent
;
@
ViewChild
(
'smartSelectPerson'
)
smartSelectPerson
:
SelectPersonComponent
;
@
ViewChild
(
'smartSeparation'
)
smartSeparation
:
SeparationComponent
;
@
ViewChild
(
'smartLookRole'
)
smartLookRole
:
LookRoleComponent
;
dataSet
:
any
[];
isVisible
=
false
;
...
...
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