mirror of
https://github.com/apache/superset.git
synced 2026-04-11 12:26:05 +00:00
Adding favorites for Slices and Dashboards
This commit is contained in:
@@ -117,6 +117,8 @@ function initExploreView() {
|
||||
$("#collapsed_fieldsets").val(collapsed_fieldsets.join("||"));
|
||||
}
|
||||
|
||||
px.initFavStars();
|
||||
|
||||
$('legend').click(function () {
|
||||
toggle_fieldset($(this), true);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user