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
2014-11-03 13:59:19 -0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1bd9ccf510c557e91ecb9b7d46489a4a94ad2f03
1bd9ccf5
1 parent
1c7b878a
Fixed cut'n'paste error in topo details response.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web/gui/src/main/java/org/onlab/onos/gui/TopologyResource.java
web/gui/src/main/java/org/onlab/onos/gui/TopologyResource.java
View file @
1bd9ccf
...
...
@@ -101,7 +101,7 @@ public class TopologyResource extends BaseResource {
new
Prop
(
"Vendor"
,
device
.
manufacturer
()),
new
Prop
(
"H/W Version"
,
device
.
hwVersion
()),
new
Prop
(
"S/W Version"
,
device
.
swVersion
()),
new
Prop
(
"S
/W Version
"
,
device
.
serialNumber
()),
new
Prop
(
"S
erial Number
"
,
device
.
serialNumber
()),
new
Separator
(),
new
Prop
(
"Latitude"
,
annot
.
value
(
"latitude"
)),
new
Prop
(
"Longitude"
,
annot
.
value
(
"longitude"
)),
...
...
Please
register
or
login
to post a comment