Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Merge requests
!1308
Catchup with main 2.8.1
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Catchup with main 2.8.1
catchup_with_main_2.8.1
into
2.8.2-DEVELOPMENT
Overview
0
Commits
14
Pipelines
1
Changes
4
Merged
Charlotte Hausman
requested to merge
catchup_with_main_2.8.1
into
2.8.2-DEVELOPMENT
1 year ago
Overview
0
Commits
14
Pipelines
1
Changes
4
Expand
0
0
Merge request reports
Viewing commit
dec8483d
Prev
Next
Show latest version
4 files
+
44
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
dec8483d
WS-1568 Execution status filtering
· dec8483d
Daniel Nemergut
authored
1 year ago
apps/web/src/app/workspaces/components/active-capability-requests/components/filter-menu/filter-menu.component.html
+
8
−
0
Options
@@ -8,6 +8,14 @@
</div>
</div>
<div
class=
"bg-light p-2"
>
<p>
Execution Status
</p>
<div
*ngFor=
"let s of exec_status"
class=
"form-check"
>
<input
class=
"form-check-input"
type=
"checkbox"
[id]=
"s.name"
[value]=
"s.filter_val"
(change)=
"addFilter(s.filter_val, 'exec_status', $event.target.checked)"
[checked]=
"s.isChecked"
/>
<label
class=
"form-check-label"
[for]=
"s.name"
>
{{s.name}}
</label>
</div>
</div>
<div
class=
"bg-light p-2"
>
<p>
DA staff
</p>
<div
*ngFor=
"let da of daStaff"
class=
"form-check"
>
Loading