Adding favorites for Slices and Dashboards

This commit is contained in:
Maxime Beauchemin
2016-03-13 18:16:23 -07:00
parent 5b10b19ed7
commit 7ede732892
10 changed files with 146 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ var Dashboard = function (dashboardData) {
filters: {},
init: function () {
this.initDashboardView();
px.initFavStars();
var sliceObjects = [],
dash = this;
dashboard.slices.forEach(function (data) {