mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
Adding favorites for Slices and Dashboards
This commit is contained in:
@@ -17,6 +17,7 @@ var Dashboard = function (dashboardData) {
|
||||
filters: {},
|
||||
init: function () {
|
||||
this.initDashboardView();
|
||||
px.initFavStars();
|
||||
var sliceObjects = [],
|
||||
dash = this;
|
||||
dashboard.slices.forEach(function (data) {
|
||||
|
||||
Reference in New Issue
Block a user