Commit 72f76c4d authored by Filipa Lacerda's avatar Filipa Lacerda

Remove pagination from this MR

parent 3c39cea6
...@@ -7,7 +7,6 @@ window.Vue = require('vue'); ...@@ -7,7 +7,6 @@ window.Vue = require('vue');
window.Vue.use(require('vue-resource')); window.Vue.use(require('vue-resource'));
require('../services/environments_service'); require('../services/environments_service');
require('./environment_item'); require('./environment_item');
require('../../vue_pagination/index');
(() => { (() => {
window.gl = window.gl || {}; window.gl = window.gl || {};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment