Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
enasequence
webin-portal
Commits
b458db67
Commit
b458db67
authored
Jul 19, 2021
by
Rajkumar-D
Browse files
Updating method applyFilter
parent
4fb9059f
Pipeline
#278424
passed with stages
in 5 minutes and 7 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
src/app/checklist/checklist.component.html
src/app/checklist/checklist.component.html
+2
-1
src/app/read-submission/read-submission.component.html
src/app/read-submission/read-submission.component.html
+1
-1
No files found.
src/app/checklist/checklist.component.html
View file @
b458db67
...
...
@@ -165,7 +165,8 @@
<input
matInput
type=
"filter"
[(ngModel)]=
"filter"
placeholder=
"Search fields"
(keyup)=
"applyFilter($event.target.value,accordion)"
name=
"filter"
/>
</mat-form-field>
<mat-icon
class=
" app-primary-color addIcon"
(click)=
"applyFilter(filter)"
>
pageview
</mat-icon>
<mat-icon
class=
" app-primary-color addIcon"
(click)=
"applyFilter(filter,accordion)"
>
pageview
</mat-icon>
</span>
</form>
</div>
...
...
src/app/read-submission/read-submission.component.html
View file @
b458db67
...
...
@@ -103,7 +103,7 @@
<input
matInput
type=
"filter"
[(ngModel)]=
"filter"
placeholder=
"Search fields"
(keyup)=
"applyFilter($event.target.value,accordion)"
name=
"filter"
/>
</mat-form-field>
<mat-icon
class=
" app-primary-color addIcon"
(click)=
"applyFilter(filter)"
>
<mat-icon
class=
" app-primary-color addIcon"
(click)=
"applyFilter(filter
,accordion
)"
>
pageview
</mat-icon>
</span>
...
...
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