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