Skip to content

Commit f8343f4

Browse files
committed
remove remainder of dashboard icons and update button color
1 parent 83a9a17 commit f8343f4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/app/tabs/dashboard.component.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ <h3 class="card-header">{{ "sync" | i18n }}</h3>
2626
{{ "startSync" | i18n }}
2727
</button>
2828
</form>
29-
<button type="button" (click)="stop()" class="btn btn-primary">
29+
<button type="button" (click)="stop()" class="btn btn-danger text-white">
3030
{{ "stopSync" | i18n }}
3131
</button>
3232
<form #syncForm [appApiAction]="syncPromise" class="d-inline">
3333
<button type="button" (click)="sync()" class="btn btn-primary" [disabled]="syncForm.loading">
34-
<i class="bwi bwi-refresh bwi-fw" [ngClass]="{ 'bwi-spin': syncForm.loading }"></i>
3534
{{ "syncNow" | i18n }}
3635
</button>
3736
</form>
@@ -49,7 +48,6 @@ <h3 class="card-header">{{ "testing" | i18n }}</h3>
4948
[disabled]="simForm.loading"
5049
>
5150
<i class="bwi bwi-spinner bwi-fw bwi-spin" [hidden]="!simForm.loading"></i>
52-
<i class="bwi bwi-bug bwi-fw" [hidden]="simForm.loading"></i>
5351
{{ "testNow" | i18n }}
5452
</button>
5553
</form>

0 commit comments

Comments
 (0)