summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pages/root
diff options
context:
space:
mode:
authorMartin Wortschack <mwortschack@gitlab.com>2018-12-13 12:37:54 +0000
committerSean McGivern <sean@gitlab.com>2018-12-13 12:37:54 +0000
commit388d4170907d2cad58c5999d32a74c1629681e4f (patch)
tree7a68bf6eb17f5c3e1439ea2e1de4fffbb0ccb6e7 /app/assets/javascripts/pages/root
parentb96150d8d59d124de8e3a4acc6facff0726ddce0 (diff)
downloadgitlab-ce-388d4170907d2cad58c5999d32a74c1629681e4f.tar.gz
Resolve "Redesign project lists UI"
Diffstat (limited to 'app/assets/javascripts/pages/root')
-rw-r--r--app/assets/javascripts/pages/root/index.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/javascripts/pages/root/index.js b/app/assets/javascripts/pages/root/index.js
new file mode 100644
index 00000000000..09f8185d3b5
--- /dev/null
+++ b/app/assets/javascripts/pages/root/index.js
@@ -0,0 +1,5 @@
+// if the "projects dashboard" is a user's default dashboard, when they visit the
+// instance root index, the dashboard will be served by the root controller instead
+// of a dashboard controller. The root index redirects for all other default dashboards.
+
+import '../dashboard/projects/index';