Display output names on connections if there are any

This commit is contained in:
Jan Oberhauser
2019-06-27 11:27:02 +02:00
parent 5cbd16e286
commit a7cd27d745
5 changed files with 72 additions and 7 deletions

View File

@@ -23,6 +23,8 @@ $--custom-running-text : #eb9422;
$--custom-success-background : #e3f0e4;
$--custom-success-text : #40c351;
$--custom-node-view-background : #faf9fe;
// Table
$--custom-table-background-main: $--custom-header-background ;
$--custom-table-background-alternative: #f5f5f5;