Skip to content
Snippets Groups Projects
Commit 9f23532c authored by Clement Ho's avatar Clement Ho Committed by Jacob Schatz
Browse files

Remove registry list webpack entry point

parent 257af80e
No related branches found
No related tags found
No related merge requests found
import initRegistryImages from '~/registry/index';
document.addEventListener('DOMContentLoaded', initRegistryImages);
Loading
Loading
@@ -4,7 +4,7 @@ import Translate from '../vue_shared/translate';
 
Vue.use(Translate);
 
document.addEventListener('DOMContentLoaded', () => new Vue({
export default () => new Vue({
el: '#js-vue-registry-images',
components: {
registryApp,
Loading
Loading
@@ -22,4 +22,4 @@ document.addEventListener('DOMContentLoaded', () => new Vue({
},
});
},
}));
});
Loading
Loading
@@ -15,7 +15,6 @@
#js-vue-registry-images{ data: { endpoint: project_container_registry_index_path(@project, format: :json) } }
 
= webpack_bundle_tag('common_vue')
= webpack_bundle_tag('registry_list')
 
.row.prepend-top-10
.col-lg-12
Loading
Loading
Loading
Loading
@@ -46,7 +46,6 @@ function generateEntries() {
monitoring: './monitoring/monitoring_bundle.js',
mr_notes: './mr_notes/index.js',
protected_branches: './protected_branches',
registry_list: './registry/index.js',
terminal: './terminal/terminal_bundle.js',
two_factor_auth: './two_factor_auth.js',
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment