File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,11 @@ <h3 class="card-header">{{ "sync" | i18n }}</h3>
26
26
{{ "startSync" | i18n }}
27
27
</ button >
28
28
</ form >
29
- < button type ="button " (click) ="stop() " class ="btn btn-primary ">
29
+ < button type ="button " (click) ="stop() " class ="btn btn-danger text-white ">
30
30
{{ "stopSync" | i18n }}
31
31
</ button >
32
32
< form #syncForm [appApiAction] ="syncPromise " class ="d-inline ">
33
33
< 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 >
35
34
{{ "syncNow" | i18n }}
36
35
</ button >
37
36
</ form >
@@ -49,7 +48,6 @@ <h3 class="card-header">{{ "testing" | i18n }}</h3>
49
48
[disabled] ="simForm.loading "
50
49
>
51
50
< 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 >
53
51
{{ "testNow" | i18n }}
54
52
</ button >
55
53
</ form >
You can’t perform that action at this time.
0 commit comments