mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 16:04:35 +02:00
@@ -45,8 +45,7 @@
|
||||
{id: 12, shape: 'circularImage', image: DIR + '12.png'},
|
||||
{id: 13, shape: 'circularImage', image: DIR + '13.png'},
|
||||
{id: 14, shape: 'circularImage', image: DIR + '14.png'},
|
||||
{id: 15, shape: 'circularImage', image: DIR + 'missing.png', brokenImage: DIR + 'missingBrokenImage.png', label:"when images\nfail\nto load"},
|
||||
{id: 16, shape: 'circularImage', image: DIR + 'anotherMissing.png', brokenImage: DIR + '9.png', label:"fallback image in action"}
|
||||
{id: 15, shape: 'circularImage', image: DIR + 'missing.png', brokenImage: DIR + 'missingBrokenImage.png', label:"when images\nfail\nto load"}
|
||||
];
|
||||
|
||||
// create connections between people
|
||||
@@ -65,8 +64,7 @@
|
||||
{from: 10, to: 11},
|
||||
{from: 11, to: 12},
|
||||
{from: 12, to: 13},
|
||||
{from: 13, to: 14},
|
||||
{from: 9, to: 16}
|
||||
{from: 13, to: 14}
|
||||
];
|
||||
|
||||
// create a network
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
{id: 7, font:{size:30}, size:40, label: 'square', shape: 'square', shapeProperties:{borderDashes:[5,5]}},
|
||||
{id: 8, font:{size:30}, size:40, label: 'triangle',shape: 'triangle', shapeProperties:{borderDashes:[5,5]}},
|
||||
{id: 9, font:{size:30}, size:40, label: 'triangleDown', shape: 'triangleDown', shapeProperties:{borderDashes:[5,5]}},
|
||||
{id: 10, font:{size:30}, size:40, label: 'star', shape: 'star', shapeProperties:{borderDashes:true}},
|
||||
{id: 10, font:{size:30}, size:40, label: 'star', shape: 'star', shapeProperties:{borderDashes:[5,5]}},
|
||||
{id: 11, font:{size:30}, size:40, label: 'circularImage', shape: 'circularImage', image: '../img/indonesia/4.png', shapeProperties: {borderDashes:[15,5]}},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user