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
anis
anis-client
Commits
da2f1319
Commit
da2f1319
authored
Oct 03, 2019
by
Tifenn Guillas
Browse files
Change design for datatable
parent
c687104d
Changes
7
Hide whitespace changes
Inline
Side-by-side
src/app/core/containers/app.component.html
View file @
da2f1319
...
...
@@ -2,7 +2,7 @@
<app-anis-nav
[isAuthenticated]=
"isAuthenticated | async"
[loginToken]=
"loginToken | async"
(logout)=
"logout()"
>
</app-anis-nav>
</header>
<main
role=
"main"
class=
"container
fl
ex-shrink-0
pb-4"
>
<main
role=
"main"
class=
"container
-
fl
uid
pb-4"
>
<router-outlet></router-outlet>
</main>
<footer
class=
"footer mt-auto bg-light"
>
...
...
src/app/search/components/progress.component.css
View file @
da2f1319
...
...
@@ -91,15 +91,15 @@
}
.datasetStep
{
width
:
1
0
%
;
width
:
1
1
%
;
}
.criteriaStep
{
width
:
3
5
%
;
width
:
3
6
%
;
}
.outputStep
{
width
:
6
0
%
;
width
:
6
1
%
;
}
.resultStep
{
...
...
src/app/search/containers/criteria.component.html
View file @
da2f1319
...
...
@@ -5,7 +5,7 @@
</div>
<div
*ngIf=
"(criteriaSearchMetaIsLoaded | async) && (datasetSearchMetaIsLoaded | async) && (attributeSearchMetaIsLoaded | async)"
class=
"row mt-4"
>
<div
class=
"col-12 col-md-8"
>
<div
class=
"col-12 col-md-8
col-lg-9
"
>
<app-criteria-tabs
[criteriaFamilyList]=
"criteriaFamilyList | async"
[datasetAttributeList]=
"datasetAttributeList | async"
...
...
@@ -14,7 +14,7 @@
(deleteCriterion)=
"deleteCriterion($event)"
>
</app-criteria-tabs>
</div>
<div
class=
"col-12 col-md-4 pt-2"
>
<div
class=
"col-12 col-md-4
col-lg-3
pt-2"
>
<app-summary
[datasetName]=
"datasetName | async"
[currentStep]=
"currentStep | async"
...
...
src/app/search/containers/dataset.component.html
View file @
da2f1319
...
...
@@ -3,7 +3,7 @@
<span
class=
"sr-only"
>
Loading...
</span>
</div>
<div
*ngIf=
"datasetSearchMetaIsLoaded | async"
class=
"row mt-4"
>
<div
class=
"col-12 col-md-8"
>
<div
class=
"col-12 col-md-8
col-lg-9
"
>
<app-dataset-tabs
[projectList]=
"projectList | async"
[datasetList]=
"datasetList | async"
...
...
@@ -12,7 +12,7 @@
(select)=
"selectDataset($event)"
>
</app-dataset-tabs>
</div>
<div
class=
"col-12 col-md-4 pt-2"
>
<div
class=
"col-12 col-md-4
col-lg-3
pt-2"
>
<div
*ngIf=
"attributeSearchMetaIsLoading | async"
class=
"row justify-content-center mt-5"
>
<span
class=
"fas fa-circle-notch fa-spin fa-3x"
></span>
<span
class=
"sr-only"
>
Loading...
</span>
...
...
src/app/search/containers/output.component.html
View file @
da2f1319
...
...
@@ -5,7 +5,7 @@
</div>
<div
*ngIf=
"(outputSearchMetaIsLoaded | async) && (datasetSearchMetaIsLoaded | async) && (attributeSearchMetaIsLoaded | async)"
class=
"row mt-4"
>
<div
class=
"col-12 col-md-8"
>
<div
class=
"col-12 col-md-8
col-lg-9
"
>
<app-output-tabs
[outputFamilyList]=
"outputFamilyList | async"
[categoryList]=
"categoryList | async"
...
...
@@ -14,7 +14,7 @@
(changed)=
"updateOutputList($event)"
>
</app-output-tabs>
</div>
<div
class=
"col-12 col-md-4 pt-2"
>
<div
class=
"col-12 col-md-4
col-lg-3
pt-2"
>
<app-summary
[datasetName]=
"datasetName | async"
[currentStep]=
"currentStep | async"
...
...
src/app/search/containers/result.component.html
View file @
da2f1319
...
...
@@ -4,7 +4,7 @@
<span
class=
"sr-only"
>
Loading...
</span>
</div>
<div
*ngIf=
"(datasetSearchMetaIsLoaded | async) && (attributeSearchMetaIsLoaded | async)"
class=
"row mt-4"
>
<div
class=
"col-12 col-md-8"
>
<div
class=
"col-12 col-md-8
col-lg-9
"
>
<app-url-display
[apiPath]=
"apiPath"
[instanceName]=
"instanceName"
...
...
@@ -30,7 +30,7 @@
(executeProcess)=
"executeProcess($event)"
>
</app-datatable>
</div>
<div
class=
"col-12 col-md-4 pt-2"
>
<div
class=
"col-12 col-md-4
col-lg-3
pt-2"
>
<app-summary
[datasetName]=
"datasetName | async"
[currentStep]=
"currentStep | async"
...
...
src/app/search/containers/search.component.html
View file @
da2f1319
<app-progress
[currentStep]=
"currentStep | async"
[datasetName]=
"datasetName | async"
[criteriaStepChecked]=
"criteriaStepChecked | async"
[outputStepChecked]=
"outputStepChecked | async"
[resultStepChecked]=
"resultStepChecked | async"
[queryParams]=
"queryParams | async"
>
</app-progress>
<router-outlet></router-outlet>
\ No newline at end of file
<div
class=
"mx-5 px-5"
>
<app-progress
[currentStep]=
"currentStep | async"
[datasetName]=
"datasetName | async"
[criteriaStepChecked]=
"criteriaStepChecked | async"
[outputStepChecked]=
"outputStepChecked | async"
[resultStepChecked]=
"resultStepChecked | async"
[queryParams]=
"queryParams | async"
>
</app-progress>
<router-outlet></router-outlet>
</div>
\ No newline at end of file
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