mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 15:42:13 +08:00
made snapshot post url http scheme agnostic, #1725
This commit is contained in:
@ -29,7 +29,7 @@ function (angular, _) {
|
|||||||
{text: 'Public on the web', value: 3},
|
{text: 'Public on the web', value: 3},
|
||||||
];
|
];
|
||||||
|
|
||||||
$scope.externalUrl = 'http://snapshots-origin.raintank.io';
|
$scope.externalUrl = '//snapshots-origin.raintank.io';
|
||||||
$scope.apiUrl = '/api/snapshots';
|
$scope.apiUrl = '/api/snapshots';
|
||||||
|
|
||||||
$scope.createSnapshot = function(external) {
|
$scope.createSnapshot = function(external) {
|
||||||
|
Reference in New Issue
Block a user