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
!330
added button to /workspaces page for creating a std imaging capability request
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
added button to /workspaces page for creating a std imaging capability request
WS-268-button-for-std-imaging-requests
into
main
Overview
10
Commits
3
Pipelines
4
Changes
2
3 unresolved threads
Hide all comments
Merged
Andrew Kapuscinski
requested to merge
WS-268-button-for-std-imaging-requests
into
main
3 years ago
Overview
10
Commits
3
Pipelines
4
Changes
2
3 unresolved threads
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
3dd2c25e
Prev
Next
Show latest version
2 files
+
57
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
3dd2c25e
added button to /workspaces page for creating a std imaging capability request
· 3dd2c25e
Andrew Kapuscinski
authored
3 years ago
apps/web/src/app/workspaces/workspaces.component.html
+
34
−
0
Options
@@ -72,3 +72,37 @@
</div>
</div>
</div>
<div
class=
"container-fluid py-3"
>
<div
class=
"row p-3 mt-4"
>
<div
class=
"col-4"
>
<div
class=
"md-form"
>
<label
for=
"cmsPathInput"
class=
""
>
CMS Path
</label>
<input
type=
"text"
id=
"cmsPathInput"
(change)=
"setCmsPath($event.target.value)"
class=
"form-control"
/>
</div>
</div>
<div
class=
"col-3"
>
<div
class=
"md-form"
>
<label
for=
"sdmId"
class=
""
>
SDM ID
</label>
<input
type=
"text"
id=
"sdmIdInput"
(change)=
"setSdmId($event.target.value)"
class=
"form-control"
/>
</div>
</div>
<div
class=
"col-3 mb-0 align-self-md-end"
>
<button
class=
"btn btn-lg btn-info"
id=
"cms-imaging-submit"
(click)=
"standardLaunchCapabilityOnClick('std_cms_imaging')"
>
<span
class=
"fas fa-cog"
></span><span
class=
"pl-2"
>
Create Standard Imaging Request
</span>
</button>
</div>
</div>
</div>
Loading