Add DO SGP1

This commit is contained in:
Girish Ramakrishnan
2018-02-03 18:42:13 -08:00
parent 2b355f6ee4
commit d7334b991b
2 changed files with 4 additions and 2 deletions

View File

@@ -50,7 +50,8 @@ app.controller('RestoreController', ['$scope', '$http', 'Client', function ($sco
$scope.doSpacesRegions = [
{ name: 'AMS3', value: 'https://ams3.digitaloceanspaces.com' },
{ name: 'NYC3', value: 'https://nyc3.digitaloceanspaces.com' }
{ name: 'NYC3', value: 'https://nyc3.digitaloceanspaces.com' },
{ name: 'SGP1', value: 'https://sgp1.digitaloceanspaces.com' }
];
$scope.storageProvider = [

View File

@@ -42,7 +42,8 @@ angular.module('Application').controller('SettingsController', ['$scope', '$loca
$scope.doSpacesRegions = [
{ name: 'AMS3', value: 'https://ams3.digitaloceanspaces.com' },
{ name: 'NYC3', value: 'https://nyc3.digitaloceanspaces.com' }
{ name: 'NYC3', value: 'https://nyc3.digitaloceanspaces.com' },
{ name: 'SGP1', value: 'https://sgp1.digitaloceanspaces.com' }
];
$scope.storageProvider = [