blob: b5c0db0113e2def8ace9677ae88d5c43f48b28b8 [file] [log] [blame]
(function () {
'use strict';
angular.module('xos.serviceTopology')
.constant('serviceTopologyConfig', {
widthMargin: 100,
heightMargin: 30
})
}());