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
e00c5357
Commit
e00c5357
authored
Mar 05, 2018
by
Constance Okoghenun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed geo_nodes webpack bundle
parent
d6086375
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
config/webpack.config.js
config/webpack.config.js
+0
-1
ee/app/assets/javascripts/geo_nodes/index.js
ee/app/assets/javascripts/geo_nodes/index.js
+2
-2
ee/app/assets/javascripts/pages/admin/geo_nodes/index.js
ee/app/assets/javascripts/pages/admin/geo_nodes/index.js
+3
-0
ee/app/views/admin/geo_nodes/index.html.haml
ee/app/views/admin/geo_nodes/index.html.haml
+0
-1
No files found.
config/webpack.config.js
View file @
e00c5357
...
...
@@ -57,7 +57,6 @@ function generateEntries() {
// EE-only
ide
:
'
ee/ide/index.js
'
,
geo_nodes
:
'
ee/geo_nodes
'
,
service_desk
:
'
ee/projects/settings_service_desk/service_desk_bundle.js
'
,
};
...
...
ee/app/assets/javascripts/geo_nodes/index.js
View file @
e00c5357
...
...
@@ -10,7 +10,7 @@ import geoNodesApp from './components/app.vue';
Vue
.
use
(
Translate
);
document
.
addEventListener
(
'
DOMContentLoaded
'
,
()
=>
{
export
default
()
=>
{
const
el
=
document
.
getElementById
(
'
js-geo-nodes
'
);
if
(
!
el
)
{
...
...
@@ -48,4 +48,4 @@ document.addEventListener('DOMContentLoaded', () => {
});
},
});
}
)
;
};
ee/app/assets/javascripts/pages/admin/geo_nodes/index.js
0 → 100644
View file @
e00c5357
import
initGeoNodes
from
'
ee/geo_nodes
'
;
document
.
addEventListener
(
'
DOMContentLoaded
'
,
()
=>
initGeoNodes
);
ee/app/views/admin/geo_nodes/index.html.haml
View file @
e00c5357
...
...
@@ -2,7 +2,6 @@
-
@content_class
=
"geo-admin-container"
=
webpack_bundle_tag
'common_vue'
=
webpack_bundle_tag
'geo_nodes'
%h2
.page-title.clearfix
%span
.title-text.pull-left
=
_
(
"Geo Nodes"
)
...
...
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