Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Simon Hunt
2015-04-23 12:21:02 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cd4a0c65d3be51b0a6c9ce185e833b9cb097e078
cd4a0c65
1 parent
01172058
GUI -- Corrected subnet labels
Change-Id: I9f9fc4c2c251fa1519115ef60485890a4514c751
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
web/gui/src/main/webapp/data/sprites/demo-clouds.json
web/gui/src/main/webapp/data/sprites/demo-clouds.json
View file @
cd4a0c6
...
...
@@ -32,9 +32,9 @@
"load"
:
{
"sprites"
:
[
{
"id"
:
"subnetA"
,
"pos"
:[
250
,
40
],
"label"
:
"192.168.2/24"
,
"class"
:
"blue1"
},
{
"id"
:
"subnetA"
,
"pos"
:[
-200
,
400
],
"label"
:
"192.168.1/24"
,
"class"
:
"gold1"
},
{
"id"
:
"subnetA"
,
"pos"
:[
700
,
400
],
"label"
:
"192.168.3/24"
,
"class"
:
"gold1"
}
{
"id"
:
"subnetA"
,
"pos"
:[
250
,
40
],
"label"
:
"192.168.2
.0
/24"
,
"class"
:
"blue1"
},
{
"id"
:
"subnetA"
,
"pos"
:[
-200
,
400
],
"label"
:
"192.168.1
.0
/24"
,
"class"
:
"gold1"
},
{
"id"
:
"subnetA"
,
"pos"
:[
700
,
400
],
"label"
:
"192.168.3
.0
/24"
,
"class"
:
"gold1"
}
],
"labels"
:
[
{
"pos"
:[
450
,
700
],
"text"
:
"Demo Subnets"
,
"size"
:
1.6
}
...
...
@@ -42,3 +42,4 @@
}
}
...
...
Please
register
or
login
to post a comment