Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
4889f5abca7623d99aa82847513e1cf93e8e02b7
/
.
/
gui
/
ngXosViews
/
serviceTopology
/
src
/
js
/
config.js
blob: 3ef87485171ad7962859bae7b305a6d7fc7b4d92 [
file
] [
log
] [
blame
]
(
function
()
{
'use strict'
;
angular
.
module
(
'xos.serviceTopology'
)
.
constant
(
'serviceTopologyConfig'
,
{
widthMargin
:
100
,
heightMargin
:
30
,
duration
:
750
})
}());