Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
685cc195
Commit
685cc195
authored
Sep 07, 2020
by
Angelo Gulina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove height limit on environments table
parent
8bc389c8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
app/assets/javascripts/pages/projects/environments/show/index.js
...ets/javascripts/pages/projects/environments/show/index.js
+1
-1
app/views/projects/environments/show.html.haml
app/views/projects/environments/show.html.haml
+1
-1
changelogs/unreleased/235004-shortcut-deploy-to-is-shrinked.yml
...logs/unreleased/235004-shortcut-deploy-to-is-shrinked.yml
+5
-0
No files found.
app/assets/javascripts/pages/projects/environments/show/index.js
View file @
685cc195
import
initShowEnvironment
from
'
~/environments/mount_show
'
;
document
.
addEventListener
(
'
DOMContentLoaded
'
,
()
=>
initShowEnvironment
()
);
document
.
addEventListener
(
'
DOMContentLoaded
'
,
initShowEnvironment
);
app/views/projects/environments/show.html.haml
View file @
685cc195
...
...
@@ -69,7 +69,7 @@
.text-center
=
link_to
_
(
"Read more"
),
help_page_path
(
"ci/environments"
),
class:
"btn btn-success"
-
else
.table-holder
.table-holder
.gl-overflow-visible
.ci-table.environments
{
role:
'grid'
}
.gl-responsive-table-row.table-row-header
{
role:
'row'
}
.table-section.section-15
{
role:
'columnheader'
}=
_
(
'Status'
)
...
...
changelogs/unreleased/235004-shortcut-deploy-to-is-shrinked.yml
0 → 100644
View file @
685cc195
---
title
:
Remove height limit on environments table
merge_request
:
41688
author
:
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment