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-06 12:01:53 -0800
Browse Files
Options
Browse Files
Download
Plain Diff
Committed by
Gerrit Code Review
2014-11-06 12:01:53 -0800
Commit
a4b227d4d2eaf5ed51ad7300ef10a3a38caad8fc
a4b227d4
2 parents
82610120
929f77b0
Merge "Set boolean to true for live data."
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web/gui/src/main/webapp/topo2.js
web/gui/src/main/webapp/topo2.js
View file @
a4b227d
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
25
25
26
// configuration data
26
// configuration data
27
var
config
=
{
27
var
config
=
{
28
-
useLiveData
:
fals
e
,
28
+
useLiveData
:
tru
e
,
29
debugOn
:
false
,
29
debugOn
:
false
,
30
debug
:
{
30
debug
:
{
31
showNodeXY
:
false
,
31
showNodeXY
:
false
,
...
...
Please
register
or
login
to post a comment