mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
made snapshot post url http scheme agnostic, #1725
This commit is contained in:
parent
9f6c9cd6ff
commit
3e3980dbac
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user