mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
@@ -31,9 +31,10 @@
|
||||
|
||||
<div class="inline-flex flex-row bg-white rounded-md mt-4">
|
||||
<button
|
||||
class="w-48 py-2 bg-white rounded-md font-bold"
|
||||
class="w-48 py-2 rounded-md font-bold"
|
||||
type="button"
|
||||
*ngFor="let source of sources$ | async"
|
||||
[class.bg-white]="(selectedSource$ | async) !== source"
|
||||
[class.bg-active-branch]="(selectedSource$ | async) === source"
|
||||
[class.text-white]="(selectedSource$ | async) === source"
|
||||
(click)="setSource(source)"
|
||||
|
||||
Reference in New Issue
Block a user