Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
5f52554318c3ded505837a508fd1ef74ecc75932
/
.
/
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
})
}());