Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
feudal
feudalWebpage
Commits
75c89335
Commit
75c89335
authored
Jan 16, 2020
by
Lukas Burgey
Browse files
Resize loading ring
parent
758ab59e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/state/state.component.html
View file @
75c89335
...
@@ -18,8 +18,8 @@
...
@@ -18,8 +18,8 @@
<span
[ngSwitch]=
"state.state"
class=
"spaced"
>
<span
[ngSwitch]=
"state.state"
class=
"spaced"
>
<mat-icon
*ngSwitchCase=
"'deployed'"
>
call_made
</mat-icon>
<mat-icon
*ngSwitchCase=
"'deployed'"
>
call_made
</mat-icon>
<mat-icon
*ngSwitchCase=
"'questionnaire'"
>
warning
</mat-icon>
<mat-icon
*ngSwitchCase=
"'questionnaire'"
>
warning
</mat-icon>
<mat-progress-spinner
*ngSwitchCase=
"'deployment_pending'"
diameter=
"
24
"
mode=
"indeterminate"
></mat-progress-spinner>
<mat-progress-spinner
*ngSwitchCase=
"'deployment_pending'"
diameter=
"
15
"
mode=
"indeterminate"
></mat-progress-spinner>
<mat-progress-spinner
*ngSwitchCase=
"'removal_pending'"
diameter=
"
24
"
mode=
"indeterminate"
></mat-progress-spinner>
<mat-progress-spinner
*ngSwitchCase=
"'removal_pending'"
diameter=
"
15
"
mode=
"indeterminate"
></mat-progress-spinner>
<mat-icon
*ngSwitchCase=
"'not_deployed'"
>
call_received
</mat-icon>
<mat-icon
*ngSwitchCase=
"'not_deployed'"
>
call_received
</mat-icon>
<mat-icon
*ngSwitchCase=
"'failed'"
>
error
</mat-icon>
<mat-icon
*ngSwitchCase=
"'failed'"
>
error
</mat-icon>
<mat-icon
*ngSwitchCase=
"'rejected'"
>
error
</mat-icon>
<mat-icon
*ngSwitchCase=
"'rejected'"
>
error
</mat-icon>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment