mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
Updated share panel/dash look, added copy to clipboard button (using ZeroClipboard lib), #1554
This commit is contained in:
Vendored
+1
-1
@@ -31,7 +31,7 @@ page.open(params.url, function (status) {
|
||||
return $('canvas').length > 0;
|
||||
});
|
||||
|
||||
if (canvas || tries === 10000) {
|
||||
if (canvas || tries === 10) {
|
||||
page.render(params.png);
|
||||
phantom.exit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user