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