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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
8510fc87
Commit
8510fc87
authored
Mar 02, 2018
by
Constance Okoghenun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed terminal webpack bundle tag
parent
98fecb5f
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
app/assets/javascripts/pages/projects/environments/terminal/index.js
...javascripts/pages/projects/environments/terminal/index.js
+3
-0
app/assets/javascripts/terminal/index.js
app/assets/javascripts/terminal/index.js
+1
-1
app/views/projects/environments/terminal.html.haml
app/views/projects/environments/terminal.html.haml
+0
-1
config/webpack.config.js
config/webpack.config.js
+0
-1
No files found.
app/assets/javascripts/pages/projects/environments/terminal/index.js
0 → 100644
View file @
8510fc87
import
initTerminal
from
'
~/terminal/
'
;
document
.
addEventListener
(
'
DOMContentLoaded
'
,
initTerminal
);
app/assets/javascripts/terminal/
terminal_bundle
.js
→
app/assets/javascripts/terminal/
index
.js
View file @
8510fc87
...
...
@@ -6,4 +6,4 @@ import './terminal';
window
.
Terminal
=
Terminal
;
$
(()
=>
new
gl
.
Terminal
({
selector
:
'
#terminal
'
})
);
export
default
()
=>
new
gl
.
Terminal
({
selector
:
'
#terminal
'
}
);
app/views/projects/environments/terminal.html.haml
View file @
8510fc87
...
...
@@ -3,7 +3,6 @@
-
content_for
:page_specific_javascripts
do
=
stylesheet_link_tag
"xterm/xterm"
=
webpack_bundle_tag
(
"terminal"
)
%div
{
class:
container_class
}
.top-area
...
...
config/webpack.config.js
View file @
8510fc87
...
...
@@ -45,7 +45,6 @@ function generateEntries() {
const
manualEntries
=
{
monitoring
:
'
./monitoring/monitoring_bundle.js
'
,
mr_notes
:
'
./mr_notes/index.js
'
,
terminal
:
'
./terminal/terminal_bundle.js
'
,
common
:
'
./commons/index.js
'
,
common_vue
:
'
./vue_shared/vue_resource_interceptor.js
'
,
...
...
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