dashboard: copy panel to clipboard

Adds a new menu item to panels, Copy to Clipboard, that will both
copy the panel json to the clipboard and temporarily store the panel object
in the browsers window object. The temporarily stored panel object are
available in Add Panel from any dashboard for as long you don't refresh
the browser.
Fixes #10248, #1004
This commit is contained in:
Marcus Efraimsson
2017-12-21 18:10:24 +01:00
parent e480a38dc1
commit 68457f5636
9 changed files with 102 additions and 11 deletions

View File

@@ -8,7 +8,7 @@
vertical-align: -15%;
}
.#{$fa-css-prefix}-2x {
font-size: 2em;
font-size: 2em !important;
}
.#{$fa-css-prefix}-3x {
font-size: 3em;