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
a1a5727d
Commit
a1a5727d
authored
Nov 30, 2018
by
Lukas Burgey
Browse files
Remove obsolete serviceDescription method
parent
6c318502
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/app/user.service.ts
View file @
a1a5727d
...
...
@@ -240,13 +240,6 @@ export class UserService {
}
// PUBLIC API
public
serviceDescription
(
service
:
Service
):
string
{
if
(
service
.
description
!=
""
)
{
return
service
.
description
;
}
return
"
No description
"
;
}
public
login
(
idp
?:
IdP
):
void
{
if
(
idp
)
{
this
.
idpService
.
setIdPPreference
(
idp
);
...
...
src/app/vo-data/vo-data.component.html
View file @
a1a5727d
...
...
@@ -35,7 +35,7 @@
</span>
</td>
<td>
<span
matTooltip=
"{{
userS
ervice.
serviceD
escription
(service)
}}"
>
<span
matTooltip=
"{{
s
ervice.
d
escription }}"
>
<mat-icon>
web
</mat-icon>
{{ service.name }}
</span>
...
...
Write
Preview
Supports
Markdown
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