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-10-22 09:23:32 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
13cc0835fc02092fd30882d93a0f1acfb045d8be
13cc0835
1 parent
e9343f37
GUI Topo -- Added missing glyphs
Change-Id: I5895b86248bc084c9e71c52cdb6161ae5b736e4a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
core/api/src/main/java/org/onosproject/ui/topo/TopoConstants.java
web/gui/src/main/webapp/app/fw/svg/glyph.js
core/api/src/main/java/org/onosproject/ui/topo/TopoConstants.java
View file @
13cc083
...
...
@@ -32,14 +32,17 @@ public final class TopoConstants {
public
static
final
class
Glyphs
{
public
static
final
String
UNKNOWN
=
"unknown"
;
public
static
final
String
BIRD
=
"bird"
;
public
static
final
String
QUERY
=
"query"
;
public
static
final
String
NODE
=
"node"
;
public
static
final
String
SWITCH
=
"switch"
;
public
static
final
String
ROADM
=
"roadm"
;
public
static
final
String
ENDSTATION
=
"endstation"
;
public
static
final
String
ROUTER
=
"router"
;
public
static
final
String
BGP_SPEAKER
=
"bgpSpeaker"
;
public
static
final
String
MICROWAVE
=
"microwave"
;
public
static
final
String
CHAIN
=
"chain"
;
public
static
final
String
CROWN
=
"crown"
;
public
static
final
String
LOCK
=
"lock"
;
public
static
final
String
TOPO
=
"topo"
;
public
static
final
String
REFRESH
=
"refresh"
;
public
static
final
String
GARBAGE
=
"garbage"
;
...
...
web/gui/src/main/webapp/app/fw/svg/glyph.js
View file @
13cc083
...
...
@@ -49,6 +49,8 @@
// otn, roadm_otn, firewall, balancer, ips, ids,
// controller, virtual, fiber_switch, other
// NOTE: when adding glyphs, please also update TopoConstants.Glyphs class.
glyphDataSet
=
{
_viewbox
:
"0 0 110 110"
,
...
...
Please
register
or
login
to post a comment