mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 18:42:27 +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},
|
||||
];
|
||||
|
||||
$scope.externalUrl = 'http://snapshots-origin.raintank.io';
|
||||
$scope.externalUrl = '//snapshots-origin.raintank.io';
|
||||
$scope.apiUrl = '/api/snapshots';
|
||||
|
||||
$scope.createSnapshot = function(external) {
|
||||
|
Reference in New Issue
Block a user