Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2017-05-10 21:30:30 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2017-05-10 21:40:27 +0300
commit312d02ad6db5b38b7c393f9a84a73e9ead4adfe0 (patch)
treefd0bb2fd33dd1887c2e3df76ca95050d756dd821 /config/webpack.config.js
parent3b6ff7fcaf4443b518770f97e437631197297980 (diff)
Add GroupFilterableList to be used as filterable class
- GroupFilterableList extends from FilterableList which is used in other places that doesn’t use Vue. - GroupFilterableList interacts with a Vue store object. - Deleted groups_list.js since is not needed anymore, filtering is handled via ajax in GroupFilterableList
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r--config/webpack.config.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index 966b1e2283e..e4a014d97d7 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -33,7 +33,6 @@ var config = {
graphs: './graphs/graphs_bundle.js',
group: './group.js',
groups: './groups/index.js',
- groups_list: './groups_list.js',
issuable: './issuable/issuable_bundle.js',
issue_show: './issue_show/index.js',
main: './main.js',