display space transfer nodes in other colors

This commit is contained in:
Laura Klünder 2017-07-26 14:57:07 +02:00
parent 2dc26aa1b4
commit bd1b747a91
3 changed files with 11 additions and 1 deletions

View file

@ -175,7 +175,8 @@ class EditorViewSet(ViewSet):
'column': '#888888',
'poi': '#4488cc',
'shadow': '#000000',
'graphnode': '#00bb00',
'graphnode': '#00BB00',
'graphnode__space_transfer': '#008800',
})
@list_route(methods=['get'])