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
b76dac1f
Commit
b76dac1f
authored
Nov 20, 2019
by
Lukas Burgey
Browse files
Display description
parent
87c2d6b3
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/app/state/state.component.css
View file @
b76dac1f
.my-tooltip
{
white-space
:
pre-line
;
}
src/app/state/state.component.html
View file @
b76dac1f
<td>
<span
matTooltip=
"Site {{ service.site.name }} provides the service {{ service.name }} for you"
>
<mat-icon>
account_balance
</mat-icon>
<span
matTooltip=
"{{ service.site.description}}\nThis site provides the service {{ service.name }} for you."
matTooltipClass=
"my-tooltip"
>
{{ service.site.name }}
<mat-icon>
help
</mat-icon>
</span>
</td>
<td>
<span
matTooltip=
"{{ service.description }}"
>
<mat-icon>
web
</mat-icon>
{{ service.name }}
<mat-icon>
help
</mat-icon>
</span>
</td>
...
...
src/app/types/types.module.ts
View file @
b76dac1f
...
...
@@ -32,6 +32,7 @@ export interface VO {
export
interface
Site
{
id
:
number
;
name
:
string
;
description
:
string
;
}
export
interface
NewSSHKey
{
...
...
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