commit | cb161ae6cc3c59474fea471f46c9209f1dbe2714 | [log] [tgz] |
---|---|---|
author | Daniel Hans <daniel.m.hans@gmail.com> | Thu Nov 13 00:04:38 2014 +0100 |
committer | Daniel Hans <daniel.m.hans@gmail.com> | Thu Nov 13 00:04:38 2014 +0100 |
tree | ece8f014dcd8896ff650e6737ac69b2ba2aa16ff | |
parent | 81c513836ccbb2be5060a8fcf526fb8ec11e032d [diff] |
Old TODO is removed. ConnectionsDashboard has already been brought back. It is handled by _initMainDashboardSubpages function. Change-Id: Ia1ab5e1dead713d3cdffb40e8df812fc44b661db
diff --git a/app/soc/modules/gci/views/dashboard.py b/app/soc/modules/gci/views/dashboard.py index 9ac2184..730e374 100644 --- a/app/soc/modules/gci/views/dashboard.py +++ b/app/soc/modules/gci/views/dashboard.py
@@ -164,8 +164,6 @@ })) dashboards.append(main) - # TODO(daniel): re-enable when connection views are back - #dashboards.append(ConnectionsDashboard(data)) return dashboards