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
Commits
3a822e52
Commit
3a822e52
authored
3 years ago
by
Nathan Hertz
Browse files
Options
Downloads
Patches
Plain Diff
Modified sandbox styling to match up more with request page styling
parent
18f200d9
No related branches found
No related tags found
1 merge request
!342
WS-516: UI for showing ingestion complete (archived status)
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
apps/web/src/app/workspaces/workspaces.component.html
+9
-8
9 additions, 8 deletions
apps/web/src/app/workspaces/workspaces.component.html
apps/web/src/app/workspaces/workspaces.component.scss
+6
-0
6 additions, 0 deletions
apps/web/src/app/workspaces/workspaces.component.scss
with
15 additions
and
8 deletions
apps/web/src/app/workspaces/workspaces.component.html
+
9
−
8
View file @
3a822e52
<div
class=
"container border
border-dark
rounded py-3 m
t-2
"
>
<div
class=
"container border rounded py-3 m
y-3
"
>
<h4>
Null Capability
</h4>
<div
id=
"button-container"
class=
"d-flex justify-content-left py-2"
>
<div
id=
"
null-
button-container"
class=
"d-flex justify-content-left py-2"
>
<div
class=
"d-flex px-2"
>
<button
type=
"button"
...
...
@@ -13,7 +13,7 @@
</div>
</div>
</div>
<div
class=
"container border
border-dark
rounded py-3 m
t-2
"
>
<div
class=
"container border rounded py-3 m
y-3
"
>
<h4>
Download or Calibration
</h4>
<div
class=
"row p-3"
>
<div
class=
"col-6"
>
...
...
@@ -55,7 +55,7 @@
</div>
</div>
</div>
<div
id=
"button-container"
class=
"d-flex justify-content-left py-2"
>
<div
id=
"
download-calibration-
button-container"
class=
"d-flex justify-content-left py-2"
>
<div
class=
"d-flex px-2"
>
<button
type=
"button"
...
...
@@ -78,7 +78,7 @@
</div>
</div>
</div>
<div
class=
"container border rounded
border-dark
py-3 my-
2
"
>
<div
class=
"container border rounded py-3 my-
3
"
>
<h4>
Standard CMS Imaging
</h4>
<div
class=
"row p-3 mt-4"
>
<div
class=
"col-4"
>
...
...
@@ -116,12 +116,13 @@
</div>
</div>
</div>
<div
id=
"button-container"
class=
"d-flex justify-content-left py-2"
>
<div
id=
"
imaging-
button-container"
class=
"d-flex justify-content-left py-2"
>
<div
class=
"d-flex px-2"
>
<button
<button
class=
"btn btn-lg btn-warning"
id=
"cms-imaging-submit"
(click)=
"LaunchImagingCapabilityOnClick('std_cms_imaging')"
>
(click)=
"LaunchImagingCapabilityOnClick('std_cms_imaging')"
>
Launch standard CMS imaging
</button>
</div>
...
...
This diff is collapsed.
Click to expand it.
apps/web/src/app/workspaces/workspaces.component.scss
+
6
−
0
View file @
3a822e52
@import
"src/variables.scss"
;
.container
{
background
:
$capability-request-bg-gradient
;
border-color
:
$request-status-page-border-dark
;
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment