Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
enasequence
webin-portal
Commits
a33d44d2
Commit
a33d44d2
authored
Jul 07, 2021
by
Rajkumar-D
Browse files
Updating horizontal steper
parent
bd87da87
Pipeline
#278454
failed with stages
in 24 seconds
Changes
9
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
40 additions
and
25 deletions
+40
-25
src/app/checklist/checklist.component.html
src/app/checklist/checklist.component.html
+2
-2
src/app/checklist/checklist.component.ts
src/app/checklist/checklist.component.ts
+1
-1
src/app/dac-dataset-management/dac-dataset-management.component.html
...-dataset-management/dac-dataset-management.component.html
+2
-2
src/app/dac-policy-management/dac-policy-management.component.html
...ac-policy-management/dac-policy-management.component.html
+2
-2
src/app/dashboard/dashboard.component.html
src/app/dashboard/dashboard.component.html
+3
-3
src/app/header/header.component.css
src/app/header/header.component.css
+14
-10
src/app/header/header.component.html
src/app/header/header.component.html
+12
-1
src/app/read-submission/read-submission.component.html
src/app/read-submission/read-submission.component.html
+2
-2
src/app/taxonomy-management/taxonomy-management.component.html
...pp/taxonomy-management/taxonomy-management.component.html
+2
-2
No files found.
src/app/checklist/checklist.component.html
View file @
a33d44d2
...
...
@@ -66,7 +66,7 @@
</div>
</div>
<mat-
vertic
al-stepper
#stepper
*ngIf=
"checklistGroupDataSource"
>
<mat-
horizont
al-stepper
#stepper
*ngIf=
"checklistGroupDataSource"
>
<mat-step
label=
"Select checklist group"
>
<p>
Please select a checklist group first.
</p>
...
...
@@ -245,7 +245,7 @@
<!-- <button mat-button matStepperNext (click)="">Done</button> -->
</div>
</mat-step>
</mat-
vertic
al-stepper>
</mat-
horizont
al-stepper>
</mat-expansion-panel>
<mat-expansion-panel
*ngIf=
"checklistType === ChecklistType.sample"
(opened)=
"panelOpenState = true"
(closed)=
"panelOpenState = false"
>
...
...
src/app/checklist/checklist.component.ts
View file @
a33d44d2
...
...
@@ -174,7 +174,7 @@ export class ChecklistComponent implements OnInit {
}
this
.
selectedChecklist
.
fieldGroups
.
forEach
((
fieldGroup
)
=>
{
fieldGroup
.
fields
.
forEach
((
field
)
=>
{
this
.
selectedFields
[
field
.
label
]
=
(
field
.
mandatory
===
'
mandatory
'
);
this
.
selectedFields
[
field
.
label
]
=
(
field
.
mandatory
===
'
mandatory
'
||
field
.
mandatory
===
'
recommended
'
);
this
.
mandatoryFields
[
field
.
label
]
=
(
field
.
mandatory
===
'
mandatory
'
);
});
});
...
...
src/app/dac-dataset-management/dac-dataset-management.component.html
View file @
a33d44d2
...
...
@@ -6,7 +6,7 @@
<mat-divider></mat-divider>
<div
class=
"container"
>
<mat-card>
<mat-
vertic
al-stepper
#stepper
>
<mat-
horizont
al-stepper
#stepper
>
<mat-step
label=
"Select an existing policy"
*ngIf=
"action!='Edit'"
>
<app-report
(selectedRecord)=
"getSelectedPolicy($event,stepper)"
[reportType]=
"ReportType.policies"
[embDefaultSearch]=
"true"
[embeded]=
"true"
>
...
...
@@ -66,7 +66,7 @@
</div>
</mat-step>
</mat-
vertic
al-stepper>
</mat-
horizont
al-stepper>
</mat-card>
</div>
...
...
src/app/dac-policy-management/dac-policy-management.component.html
View file @
a33d44d2
...
...
@@ -6,7 +6,7 @@
<mat-divider></mat-divider>
<div
class=
"container"
>
<mat-card>
<mat-
vertic
al-stepper
#stepper
>
<mat-
horizont
al-stepper
#stepper
>
<mat-step
label=
"Select an existing DAC"
*ngIf=
"action!='Edit'"
>
<app-report
(selectedRecord)=
"getSelectedDac($event,stepper)"
[reportType]=
"ReportType.dacs"
[embDefaultSearch]=
"true"
[embeded]=
"true"
>
...
...
@@ -48,7 +48,7 @@
</div>
</mat-step>
</mat-
vertic
al-stepper>
</mat-
horizont
al-stepper>
</mat-card>
</div>
...
...
src/app/dashboard/dashboard.component.html
View file @
a33d44d2
...
...
@@ -12,11 +12,11 @@
<p>
You can use this service for a range of submission activities as well as reports
on your submissions. For help with submitting your data, including the use of
this interface, please refer to our
<a
href=
"https://ena-docs.readthedocs.io/en/latest/index.html"
>
Help
Guides.
</a>
.
Please familiarise yourself with
Guides.
</a>
Please familiarise yourself with
the different submission interfaces and what can be submitted through each by
reading our
<a
href=
"https://ena-docs.readthedocs.io/en/latest/submit/general-guide.html"
>
General Guide on
ENA Data
Submission.
</a>
.
All users are advised to take a
Submission.
</a>
All users are advised to take a
moment to understand the
<a
href=
"https://ena-docs.readthedocs.io/en/latest/submit/general-guide/metadata.html"
>
ENA Metadata
Model.
</a>
You may also like to review how the release
...
...
@@ -177,7 +177,7 @@
<span
*ngIf=
"!isEga()"
[routerLink]=
"['/report',ReportType.unsubmittedFiles,{defaultSearch: true}]"
>
<mat-icon
class=
"insert_chart icon-safron"
>
insert_chart
</mat-icon>
<p
class=
"mat-small mat-caption"
>
Unsubmitted
f
iles
r
eport
<p
class=
"mat-small mat-caption"
>
Unsubmitted
F
iles
R
eport
</p>
</span>
</div>
...
...
src/app/header/header.component.css
View file @
a33d44d2
.headerContent
{
display
:
flex
;
flex-direction
:
column
;
}
.toolbar
{
display
:
flex
;
position
:
relative
;
...
...
@@ -18,8 +15,6 @@
padding-top
:
14px
;
}
.mat-toolbar.mat-primary
{
background
:
#70bdbd
;
color
:
white
;
...
...
@@ -66,9 +61,10 @@ nav ul.menu li a{
cursor
:
pointer
;
}
.egalogo
{
width
:
1
7
%
;
min-width
:
1
2
%
;
width
:
1
6
%
;
min-width
:
1
0
%
;
cursor
:
pointer
;
margin-left
:
5px
;
}
.title
{
color
:
white
;
...
...
@@ -91,12 +87,15 @@ nav ul.menu li a{
.linkDiv
{
width
:
50%
;
}
.logo
{
.
ena
logo
{
width
:
15%
;
cursor
:
pointer
;
}
.egalogo
{
width
:
10%
;
cursor
:
pointer
;
}
.title
{
color
:
white
;
width
:
25%
;
...
...
@@ -109,10 +108,15 @@ nav ul.menu li a{
.title
{
display
:
none
;
}
.logo
{
.
ena
logo
{
width
:
25%
;
cursor
:
pointer
;
}
.egalogo
{
width
:
15%
;
cursor
:
pointer
}
.linkDiv
{
width
:
75%
;
text-align
:
right
;
...
...
src/app/header/header.component.html
View file @
a33d44d2
...
...
@@ -13,6 +13,16 @@
<img
src=
"assets/ega-logo.png"
alt=
"ENA Logo"
>
</div>
</ng-container>
<ng-container
*ngIf=
"!isAuthenticated()"
>
<div
class=
"enalogo"
routerLink=
""
>
<img
src=
"assets/ENA_Logo_notagline.png"
alt=
"ENA Logo"
>
</div>
<div
class=
"egalogo"
routerLink=
""
>
<img
src=
"assets/ega-logo.png"
alt=
"ENA Logo"
>
</div>
</ng-container>
<div
class=
"float-left inline-block padding-left-large"
id=
"local-title"
>
<a
routerLink=
""
>
<div
class=
"title"
>
...
...
@@ -27,7 +37,8 @@
<ul
id=
"local-nav"
class=
"dropdown menu float-left"
data-description=
"navigational"
>
<li
class=
"toolbar-text"
><a
href=
"https://www.ebi.ac.uk/ena/browser/support"
>
Support
<i
class=
"icon icon-generic"
data-icon=
"x"
></i></a></li>
<li
class=
"toolbar-text"
*ngIf=
"isAuthenticated()"
><a
[routerLink]=
"['/accountInfo']"
>
Manage
<li
class=
"toolbar-text"
*ngIf=
"isAuthenticated() && !isEga()"
><a
[routerLink]=
"['/accountInfo']"
>
Manage
Account
<i
class=
"material-icons accountIcon"
>
account_box
</i>
...
...
src/app/read-submission/read-submission.component.html
View file @
a33d44d2
...
...
@@ -27,7 +27,7 @@
</mat-panel-title>
</mat-expansion-panel-header>
<mat-
vertic
al-stepper
#stepper
>
<mat-
horizont
al-stepper
#stepper
>
<mat-step
label=
"Please select a study"
>
<app-report
(selectedRecord)=
"getSelectedStudy($event,stepper)"
[reportType]=
"reportType"
[embDefaultSearch]=
"true"
[embeded]=
"true"
></app-report>
...
...
@@ -109,7 +109,7 @@
</div>
</mat-step>
</mat-
vertic
al-stepper>
</mat-
horizont
al-stepper>
</mat-expansion-panel>
<mat-expansion-panel
(opened)=
"panelOpenState = true"
(closed)=
"panelOpenState = false"
class=
"mat-body"
>
<mat-expansion-panel-header>
...
...
src/app/taxonomy-management/taxonomy-management.component.html
View file @
a33d44d2
...
...
@@ -67,7 +67,7 @@
<b>
Upload filled spreadsheet to register taxa
</b>
</mat-panel-title>
</mat-expansion-panel-header>
<mat-
vertic
al-stepper
#stepper
>
<mat-
horizont
al-stepper
#stepper
>
<mat-step
label=
"Upload Spreadsheet"
>
<form
(ngSubmit)=
"uploadFile(form,stepper)"
#form
="
ngForm
"
>
<input
type=
"file"
required
name=
"spreadSheet"
[(ngModel)]=
"form.spreadSheet"
observeFiles
/>
...
...
@@ -82,7 +82,7 @@
[ngTemplateOutletContext]=
"{validDs:validSpreadsheetDataSource,invalidDs:invalidSpreadsheetDataSource,souece:'Spreadsheet'}"
>
</ng-template>
</mat-step>
</mat-
vertic
al-stepper>
</mat-
horizont
al-stepper>
</mat-expansion-panel>
</mat-accordion>
</mat-expansion-panel>
...
...
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