mirror of
https://github.com/weaveworks/scope.git
synced 2026-08-18 11:56:39 +00:00
Applied autofix for object-curly-newline rule.
This commit is contained in:
@@ -38,9 +38,15 @@ export const NODE_BASE_SIZE = 100;
|
||||
export const EDGE_WAYPOINTS_CAP = 10;
|
||||
|
||||
export const CANVAS_MARGINS = {
|
||||
[GRAPH_VIEW_MODE]: { top: 160, left: 80, right: 80, bottom: 150 },
|
||||
[TABLE_VIEW_MODE]: { top: 220, left: 40, right: 40, bottom: 30 },
|
||||
[RESOURCE_VIEW_MODE]: { top: 140, left: 210, right: 40, bottom: 150 },
|
||||
[GRAPH_VIEW_MODE]: {
|
||||
top: 160, left: 80, right: 80, bottom: 150
|
||||
},
|
||||
[TABLE_VIEW_MODE]: {
|
||||
top: 220, left: 40, right: 40, bottom: 30
|
||||
},
|
||||
[RESOURCE_VIEW_MODE]: {
|
||||
top: 140, left: 210, right: 40, bottom: 150
|
||||
},
|
||||
};
|
||||
|
||||
// Node details table constants
|
||||
|
||||
Reference in New Issue
Block a user