mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-17 10:21:52 +02:00
[ONOS-7943] Error in topo layout overlay
Change-Id: If4d4fb999d85ea84cd911006f765fda45b11cb09
This commit is contained in:
parent
11d10626f0
commit
ae10293d63
@ -31,6 +31,10 @@
|
||||
});
|
||||
}
|
||||
|
||||
function clear() {
|
||||
// Nothing to do?
|
||||
}
|
||||
|
||||
angular.module('ovTlTopov', [])
|
||||
.factory('LayoutTopovService',
|
||||
['$log', 'FlashService', 'WebSocketService',
|
||||
@ -41,7 +45,8 @@
|
||||
wss = _wss_;
|
||||
|
||||
return {
|
||||
doLayout: doLayout
|
||||
doLayout: doLayout,
|
||||
clear: clear
|
||||
};
|
||||
}]);
|
||||
}());
|
||||
|
Loading…
x
Reference in New Issue
Block a user