blob: b5c0db0113e2def8ace9677ae88d5c43f48b28b8 [file] [log] [blame]
Matteo Scandolo8a64fa42016-01-21 11:21:03 -08001(function () {
2 'use strict';
3
4 angular.module('xos.serviceTopology')
5 .constant('serviceTopologyConfig', {
6 widthMargin: 100,
7 heightMargin: 30
8 })
9
10}());