Fixed stop schedule access rights

This commit is contained in:
frikky
2021-05-07 10:44:36 +02:00
parent 04216d960f
commit 891dd1696f
6 changed files with 258 additions and 86 deletions
+5 -3
View File
@@ -121,11 +121,13 @@ const data = [{
selector: 'node[?isButton]',
css: {
'shape': 'ellipse',
'border-color': '#80deea',
'width': '30px',
'height': '30px',
'width': '15px',
'height': '15px',
'z-index': '5002',
'font-size': '0px',
'border': '1px solid black',
'background-image': 'data(icon)',
'background-color': 'data(iconBackground)',
},
},
{