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
b5f91b33
Commit
b5f91b33
authored
Jan 30, 2019
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
拓扑图0.9,9版本:未融入
parent
a4fa4b18
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
12 deletions
+9
-12
sidebar.component.html
src/main/webapp/app/layouts/sidebar/sidebar.component.html
+1
-1
ne-topology.component.ts
...bapp/app/netTopology/ne-topology/ne-topology.component.ts
+5
-8
login.component.html
src/main/webapp/app/shared/login/login.component.html
+1
-1
jtopo-editor.css
...main/webapp/content/javascript/jtopo/css/jtopo-editor.css
+1
-1
index.html
src/main/webapp/index.html
+1
-1
No files found.
src/main/webapp/app/layouts/sidebar/sidebar.component.html
View file @
b5f91b33
<div
class=
"logo padding-40"
>
智能运维监管平台
</div>
<div
class=
"logo padding-40"
>
运维管理系统
</div>
<ul
nz-menu
[
nzMode
]="'
inline
'"
>
<ng-container
*
ngFor=
"let item of menuList"
>
<li
nz-submenu
(
nzOpenChange
)="
openHandler
(
item
)"
[(
nzOpen
)]="
item
.
checked
"
>
...
...
src/main/webapp/app/netTopology/ne-topology/ne-topology.component.ts
View file @
b5f91b33
...
...
@@ -364,24 +364,21 @@ export class NeTopologyComponent implements OnInit, DoCheck, AfterViewInit, OnDe
resData
.
forEach
(
e1
=>
{
arr
.
forEach
(
e2
=>
{
if
(
e1
.
elementId
==
e2
.
hostId
){
if
(
e1
.
status
==
-
2
){
e2
.
alarm
=
"主机被删除,请及时清理"
;
e2
.
fontColor
=
'0,0,0'
;
e2
.
alarmAlpha
=
0.9
;
// dlist.push(e2)
}
// if(e1.status == -2){
// e2.alarm = "主机被删除,请及时清理";
// e2.fontColor='0,0,0';
// e2.alarmAlpha=0.9;
// }
if
(
e1
.
status
==
1
){
e2
.
alarm
=
"危险"
;
e2
.
fontColor
=
'0,0,0'
;
e2
.
alarmColor
=
'255,153,18'
;
e2
.
alarmAlpha
=
0.9
;
// wlist.push(e2);
}
if
(
e1
.
status
==
2
){
e2
.
alarm
=
"故障"
;
e2
.
fontColor
=
'0,0,0'
;
e2
.
alarmAlpha
=
0.9
;
// glist.push(e2);
}
}
})
...
...
src/main/webapp/app/shared/login/login.component.html
View file @
b5f91b33
<div
class=
"background"
>
<div
class=
"login-center"
>
<div
class=
"login-logo"
>
<img
src=
"../../../content/images/logo
.png"
alt=
"智能运维监控平台
"
>
<img
src=
"../../../content/images/logo
-hongqiao.png"
alt=
"运维管理系统
"
>
</div>
<form
nz-form
[
formGroup
]="
validateForm
"
class=
"login-form"
(
ngSubmit
)="
submitForm
()"
>
<nz-form-item>
...
...
src/main/webapp/content/javascript/jtopo/css/jtopo-editor.css
View file @
b5f91b33
...
...
@@ -197,7 +197,7 @@
.topology-context
{
overflow
:
auto
;
position
:
relative
;
background
:
#fff
url(../img/backimg.png)
;
background
:
#fff
;
}
/********** 顶部工具栏 **********/
...
...
src/main/webapp/index.html
View file @
b5f91b33
...
...
@@ -4,7 +4,7 @@
<base
href=
"./"
/>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<title>
智能运维监管平台
</title>
<title>
运维管理系统
</title>
<meta
name=
"description"
content=
""
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
name=
"theme-color"
content=
"#000000"
>
...
...
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