mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
[ui] tweaks and improvements (#965)
* update panel headings, titles * remove panel heading collapser * style slice meta controls * fix favstar on dashboard * add space between heat map and list
This commit is contained in:
committed by
Maxime Beauchemin
parent
a029eaa451
commit
379cf6cbd9
@@ -18,12 +18,9 @@ require('bootstrap');
|
||||
|
||||
require('./../caravel-select2.js');
|
||||
|
||||
require('../../node_modules/bootstrap-toggle/js/bootstrap-toggle.min.js');
|
||||
|
||||
// css
|
||||
require('../../vendor/pygments.css');
|
||||
require('../../stylesheets/explore.css');
|
||||
require('../../node_modules/bootstrap-toggle/css/bootstrap-toggle.min.css');
|
||||
|
||||
let slice;
|
||||
|
||||
@@ -131,11 +128,6 @@ function initExploreView() {
|
||||
|
||||
px.initFavStars();
|
||||
|
||||
$('form .panel-heading').click(function () {
|
||||
toggle_fieldset($(this), true);
|
||||
$(this).css('cursor', 'pointer');
|
||||
});
|
||||
|
||||
function copyURLToClipboard(url) {
|
||||
var textArea = document.createElement('textarea');
|
||||
textArea.style.position = 'fixed';
|
||||
|
||||
Reference in New Issue
Block a user