Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
Vlass Manager UI
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
Vlass Manager UI
Merge requests
!7
add epoch 3 to tiles dropdown
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add epoch 3 to tiles dropdown
fix_e3_tiles
into
main
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Charlotte Hausman
requested to merge
fix_e3_tiles
into
main
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
165d03f8
Show latest version
1 file
+
3
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
165d03f8
add epoch 3 to tiles dropdown
· 165d03f8
Charlotte Hausman
authored
2 years ago
src/app/tiles/tiles.component.html
+
3
−
0
Options
@@ -23,6 +23,9 @@
<li
ngbDropdownItem
>
<button
type=
"button"
class=
"btn btn-link w-100 p-0 text-left"
(click)=
"setEpoch(2)"
>
Epoch 2
</button>
</li>
<li
ngbDropdownItem
>
<button
type=
"button"
class=
"btn btn-link w-100 p-0 text-left"
(click)=
"setEpoch(3)"
>
Epoch 3
</button>
</li>
</ul>
</div>
<form
(ngSubmit)=
"getMinitilesForEpoch()"
class=
"form-inline col-auto pl-4"
[formGroup]=
"formGroup"
>
Loading