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
91254c11
Commit
91254c11
authored
Jun 07, 2018
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow IDE pipeline panel to be resizable
Closes #47538
parent
ba4dc01e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
app/assets/javascripts/ide/components/panes/right.vue
app/assets/javascripts/ide/components/panes/right.vue
+9
-3
No files found.
app/assets/javascripts/ide/components/panes/right.vue
View file @
91254c11
...
...
@@ -5,6 +5,7 @@ import Icon from '../../../vue_shared/components/icon.vue';
import
{
rightSidebarViews
}
from
'
../../constants
'
;
import
PipelinesList
from
'
../pipelines/list.vue
'
;
import
JobsDetail
from
'
../jobs/detail.vue
'
;
import
ResizablePanel
from
'
../resizable_panel.vue
'
;
export
default
{
directives
:
{
...
...
@@ -14,6 +15,7 @@ export default {
Icon
,
PipelinesList
,
JobsDetail
,
ResizablePanel
,
},
computed
:
{
...
mapState
([
'
rightPane
'
]),
...
...
@@ -40,12 +42,16 @@ export default {
<div
class=
"multi-file-commit-panel ide-right-sidebar"
>
<div
class=
"multi-file-commit-panel-inner"
<resizable-panel
v-if=
"rightPane"
class=
"multi-file-commit-panel-inner"
:collapsible=
"false"
:initial-width=
"350"
:min-size=
"350"
side=
"right"
>
<component
:is=
"rightPane"
/>
</
div
>
</
resizable-panel
>
<nav
class=
"ide-activity-bar"
>
<ul
class=
"list-unstyled"
>
<li>
...
...
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