mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-05 20:26:16 +02:00
Fixed a connectionType glitch
Change-Id: Idcd2cde2ea93ad91892bf6954c70b5c02490c37f
This commit is contained in:
parent
b6a6bcbe12
commit
a0410b8f65
@ -365,7 +365,7 @@
|
||||
var th = ts.theme(),
|
||||
el = ldata.el,
|
||||
type = ldata.type(),
|
||||
connectionType = ldata.connectionType(),
|
||||
connectionType = ldata.connectionType,
|
||||
lw = ldata.linkWidth(),
|
||||
online = ldata.online(),
|
||||
modeCls = ldata.expected() ? 'inactive' : 'not-permitted',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user