File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -22,18 +22,15 @@ <h3 class="card-header">{{ "sync" | i18n }}</h3>
22
22
class ="btn btn-primary "
23
23
[disabled] ="startForm.loading "
24
24
>
25
- < i class ="bwi bwi-play bwi-fw " [hidden] ="startForm.loading "> </ i >
26
25
< i class ="bwi bwi-spinner bwi-fw bwi-spin " [hidden] ="!startForm.loading "> </ i >
27
26
{{ "startSync" | i18n }}
28
27
</ button >
29
28
</ form >
30
- < button type ="button " (click) ="stop() " class ="btn btn-primary ">
31
- < i class ="bwi bwi-stop bwi-fw "> </ i >
29
+ < button type ="button " (click) ="stop() " class ="btn btn-danger text-white ">
32
30
{{ "stopSync" | i18n }}
33
31
</ button >
34
32
< form #syncForm [appApiAction] ="syncPromise " class ="d-inline ">
35
33
< button type ="button " (click) ="sync() " class ="btn btn-primary " [disabled] ="syncForm.loading ">
36
- < i class ="bwi bwi-refresh bwi-fw " [ngClass] ="{ 'bwi-spin': syncForm.loading } "> </ i >
37
34
{{ "syncNow" | i18n }}
38
35
</ button >
39
36
</ form >
@@ -51,7 +48,6 @@ <h3 class="card-header">{{ "testing" | i18n }}</h3>
51
48
[disabled] ="simForm.loading "
52
49
>
53
50
< i class ="bwi bwi-spinner bwi-fw bwi-spin " [hidden] ="!simForm.loading "> </ i >
54
- < i class ="bwi bwi-bug bwi-fw " [hidden] ="simForm.loading "> </ i >
55
51
{{ "testNow" | i18n }}
56
52
</ button >
57
53
</ form >
Original file line number Diff line number Diff line change 2
2
< ul class ="nav nav-tabs mb-3 ">
3
3
< li class ="nav-item ">
4
4
< a class ="nav-link " routerLink ="dashboard " routerLinkActive ="active ">
5
- < i class ="bwi bwi-dashboard "> </ i >
6
5
{{ "dashboard" | i18n }}
7
6
</ a >
8
7
</ li >
9
8
< li class ="nav-item ">
10
9
< a class ="nav-link " routerLink ="settings " routerLinkActive ="active ">
11
- < i class ="bwi bwi-cogs "> </ i >
12
10
{{ "settings" | i18n }}
13
11
</ a >
14
12
</ li >
15
13
< li class ="nav-item ">
16
14
< a class ="nav-link " routerLink ="more " routerLinkActive ="active ">
17
- < i class ="bwi bwi-sliders "> </ i >
18
15
{{ "more" | i18n }}
19
16
</ a >
20
17
</ li >
You can’t perform that action at this time.
0 commit comments