Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dad
FFDS-register-front
Commits
d69c77a9
Commit
d69c77a9
authored
Sep 28, 2020
by
Administrator
Browse files
list dataset description in search page width filter
parent
8812e36d
Changes
1
Show whitespace changes
Inline
Side-by-side
src/app/search/search.component.html
View file @
d69c77a9
...
@@ -7,7 +7,8 @@
...
@@ -7,7 +7,8 @@
<div
*ngIf=
"!isXmlItemsEmpty()"
class=
"w3-container"
>
<div
*ngIf=
"!isXmlItemsEmpty()"
class=
"w3-container"
>
<table
class=
"w3-table-all w3-card-4"
>
<table
class=
"w3-table-all w3-card-4"
>
<thead>
<thead>
<tr
style=
"text-align: center;"
>
Dataset description
</tr>
<th
style=
"text-align: center;"
>
Title
</th>
<th
style=
"text-align: center;"
>
Description
</th>
</thead>
</thead>
<tbody>
<tbody>
<tr
*ngFor=
"let item of xmlItems"
>
<tr
*ngFor=
"let item of xmlItems"
>
...
...
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