Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
feudal
feudalWebpage
Commits
a7db97a4
Commit
a7db97a4
authored
Jan 17, 2020
by
Lukas Burgey
Browse files
Fix tooltip
parent
9ee943d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/state/state.component.html
View file @
a7db97a4
...
...
@@ -14,7 +14,7 @@
<ng-container
*ngIf=
"(state$ | async) as state; else noStateItem"
>
<!-- state column -->
<td
class=
"width-limit"
[matTooltip]=
"tooltip(state)"
>
<td
class=
"width-limit"
>
<span
[ngSwitch]=
"state.state"
class=
"spaced"
>
<mat-icon
*ngSwitchCase=
"'deployed'"
>
call_made
</mat-icon>
<mat-icon
*ngSwitchCase=
"'questionnaire'"
>
warning
</mat-icon>
...
...
@@ -33,7 +33,7 @@
<!-- actions column -->
<td>
<div
*ngIf=
"buttonActive"
>
<button
(click)=
"buttonAction(state)"
matTooltip=
"{{ buttonTooltip }}"
[
color
]
=
"buttonColor"
mat-raised-button
class=
"mat-elevation-z6"
>
<button
(click)=
"buttonAction(state)"
matTooltip=
"{{ buttonTooltip }}"
color=
"
{{
buttonColor
}}
"
mat-raised-button
class=
"mat-elevation-z6"
>
{{ buttonText }}
</button>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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