mirror of
https://github.com/jwetzell/showbridge-webui.git
synced 2026-08-13 18:33:39 +00:00
move output indicator
This commit is contained in:
@@ -7,13 +7,11 @@
|
||||
<div class="flex items-center justify-center mx-2">
|
||||
<div class="flex items-center">
|
||||
<mat-icon [style.color]="inputIndicatorColor()" matTooltip="Input Indicator">south</mat-icon>
|
||||
<mat-icon [style.color]="outputIndicatorColor()" matTooltip="Output Indicator">north</mat-icon>
|
||||
</div>
|
||||
<div class="text-white">
|
||||
{{ schema().title || module()?.type }}
|
||||
</div>
|
||||
<div class="flex items-center">
|
||||
<mat-icon [style.color]="outputIndicatorColor()" matTooltip="Output Indicator">north</mat-icon>
|
||||
</div>
|
||||
<div class="flex-grow"></div>
|
||||
<div class="flex items-center justify-center hover:bg-gray-700" (click)="delete.emit()">
|
||||
<mat-icon class="!text-red-500">close</mat-icon>
|
||||
|
||||
Reference in New Issue
Block a user