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
5e7d4921
Commit
5e7d4921
authored
Jun 20, 2019
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
路由重定向
parent
2e1f8855
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+1
-1
home.component.html
src/main/webapp/app/home/home.component.html
+1
-1
ne-topology.component.ts
...bapp/app/netTopology/ne-topology/ne-topology.component.ts
+1
-1
No files found.
README.md
View file @
5e7d4921
...
@@ -41,7 +41,7 @@ Module ng g module my-module
...
@@ -41,7 +41,7 @@ Module ng g module my-module
v2.0.1 修复选择节点之后 流量查询不出来
v2.0.1 修复选择节点之后 流量查询不出来
****
上传文件到服务器
****
**
****
上传文件到服务器
****
**
scp -r 22 build/master root@10.10.38.99:/home/nginx/www
scp -r 22 build/master root@10.10.38.99:/home/nginx/www
/
scp -r 22 build/wx root@10.10.38.99:/home/nginx/html/www/
scp -r 22 build/wx root@10.10.38.99:/home/nginx/html/www/
...
...
src/main/webapp/app/home/home.component.html
View file @
5e7d4921
...
@@ -77,7 +77,7 @@
...
@@ -77,7 +77,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div
#
rightDiv
nz-col
nzSpan=
"8"
class=
"rightDiv"
>
<div
#
rightDiv
nz-col
nzSpan=
"8"
class=
"rightDiv"
style=
"height: 500px;"
>
<h2>
资源数量统计
<span><span
class=
"main-color-font"
>
{{deviceNo}}
</span>
个资源
</span></h2>
<h2>
资源数量统计
<span><span
class=
"main-color-font"
>
{{deviceNo}}
</span>
个资源
</span></h2>
<div
echarts
[
options
]="
rightTwoChart
"
style=
"height: 250px;width: 100%;margin-top: 50px"
></div>
<div
echarts
[
options
]="
rightTwoChart
"
style=
"height: 250px;width: 100%;margin-top: 50px"
></div>
</div>
</div>
...
...
src/main/webapp/app/netTopology/ne-topology/ne-topology.component.ts
View file @
5e7d4921
...
@@ -163,7 +163,7 @@ export class NeTopologyComponent implements OnInit, DoCheck, AfterViewInit, OnDe
...
@@ -163,7 +163,7 @@ export class NeTopologyComponent implements OnInit, DoCheck, AfterViewInit, OnDe
myCanvas
.
width
=
myCanvas
.
width
*
ratio
;
myCanvas
.
width
=
myCanvas
.
width
*
ratio
;
myCanvas
.
height
=
myCanvas
.
height
*
ratio
;
myCanvas
.
height
=
myCanvas
.
height
*
ratio
;
context
.
scale
(
ratio
,
ratio
);
//
context.scale(ratio, ratio);
editor
.
loadTopology
(
''
,
''
,
'img/backimg.png'
,
canvasWidth
,
canvasHeight
);
editor
.
loadTopology
(
''
,
''
,
'img/backimg.png'
,
canvasWidth
,
canvasHeight
);
}
}
...
...
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