mirror of
https://github.com/grafana/grafana.git
synced 2024-11-27 19:30:36 -06:00
parent
9c672f6ec1
commit
441682b598
@ -75,7 +75,7 @@ function (angular, _, require, config) {
|
||||
|
||||
$scope.iframeHtml = '<iframe src="' + soloUrl + '" width="450" height="200" frameborder="0"></iframe>';
|
||||
|
||||
$scope.imageUrl = soloUrl.replace('/dashboard-solo/', '/render/dashboard-solo/');
|
||||
$scope.imageUrl = soloUrl.replace(config.appSubUrl + '/dashboard-solo/', config.appSubUrl + '/render/dashboard-solo/');
|
||||
$scope.imageUrl += '&width=1000';
|
||||
$scope.imageUrl += '&height=500';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user