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
e7cdf67d
Commit
e7cdf67d
authored
Jan 20, 2019
by
Lukas Burgey
Browse files
FIX: empty service list in vo
parent
6df09bb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/vo-data/vo-data.component.html
View file @
e7cdf67d
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
<div *ngIf="groups != undefined && groups.length > 0; else noServiceList">
<div *ngIf="groups != undefined && groups.length > 0; else noServiceList">
-->
-->
<div
*ngIf=
"(groupedServices$ | async) as grouped; else noServiceList"
>
<div
*ngIf=
"(groupedServices$ | async) as grouped; else noServiceList"
>
<div>
<div
*ngIf=
"grouped != undefined && grouped.length > 0; else noServiceList"
>
<p>
<p>
These services are provided for members of this VO.
These services are provided for members of this VO.
</p>
</p>
...
...
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