mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-02-27 15:40:34 +00:00
small wip
This commit is contained in:
parent
669db60bbe
commit
e0d56fa27f
@ -110,7 +110,7 @@
|
||||
<mat-icon>edit</mat-icon>
|
||||
</button>
|
||||
<button
|
||||
*ngIf="cat.display_order > 0"
|
||||
*ngIf="!cat[0]"
|
||||
mat-mini-fab
|
||||
title="Move up"
|
||||
color="primary"
|
||||
@ -119,7 +119,7 @@
|
||||
<mat-icon>arrow_upward</mat-icon>
|
||||
</button>
|
||||
<button
|
||||
*ngIf="cat.display_order < workflowSpecsByCategory.length - 2"
|
||||
*ngIf="!cat[workflowSpecsByCategory.length-1]"
|
||||
mat-mini-fab
|
||||
title="Move down"
|
||||
color="primary"
|
||||
|
Loading…
x
Reference in New Issue
Block a user