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
!62
SWS-7: Finish "download" workflow template
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
SWS-7: Finish "download" workflow template
SWS-7-download-workflow-template
into
main
Overview
5
Commits
3
Pipelines
5
Changes
7
1 unresolved thread
Hide all comments
Merged
Nathan Hertz
requested to merge
SWS-7-download-workflow-template
into
main
4 years ago
Overview
5
Commits
3
Pipelines
5
Changes
7
1 unresolved thread
Hide all comments
Expand
Make it so the download workflow actually works and does things!
Edited
4 years ago
by
Nathan Hertz
0
0
Merge request reports
Compare
main
version 4
9b766720
4 years ago
version 3
4334fa2d
4 years ago
version 2
fa36e2b4
4 years ago
version 1
423017a6
4 years ago
main (base)
and
latest version
latest version
c94b1da1
3 commits,
4 years ago
version 4
9b766720
2 commits,
4 years ago
version 3
4334fa2d
2 commits,
4 years ago
version 2
fa36e2b4
3 commits,
4 years ago
version 1
423017a6
1 commit,
4 years ago
7 files
+
172
−
56
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
apps/web/src/app/workspaces/workspaces.component.html
+
1
−
1
Options
<div
class=
"container-fluid"
>
<div
class=
"row py-2"
>
<div
class=
"col"
>
<button
type=
"button"
class=
"btn btn-primary"
(click)=
"
null
ButtonOnClick()"
>
Launch null capability [null -g]
</button>
<button
type=
"button"
class=
"btn btn-primary"
(click)=
"
download
ButtonOnClick()"
>
Launch null capability [null -g]
</button>
</div>
</div>
</div>
Loading