mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-02-18 03:17:09 +00:00
Make admin cat text color orange
This commit is contained in:
parent
9224707de0
commit
2f6ea0ddda
@ -69,7 +69,12 @@
|
||||
{{cat.display_name}}
|
||||
</mat-panel-title>
|
||||
<mat-panel-description>
|
||||
<div *ngIf="cat.admin" style="color: darkorange">
|
||||
({{cat.name}})
|
||||
</div>
|
||||
<div *ngIf="!cat.admin">
|
||||
({{cat.name}})
|
||||
</div>
|
||||
</mat-panel-description>
|
||||
<button mat-mini-fab color="primary" style="box-shadow: none">
|
||||
{{cat.workflow_specs.length}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user