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 10:39:51 -0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
929f77b021c049568975b302134d2cd5e1c1bfcb
929f77b0
1 parent
05034595
Set boolean to true for live data.
Change-Id: I5d13ddcd51e17e529db87480ba1671d57c53f164
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 @
929f77b
...
@@ -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