add linode singapore region

This commit is contained in:
Girish Ramakrishnan
2020-09-02 19:35:02 -07:00
parent 1000d88508
commit 18ba66afcc
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -66,6 +66,7 @@ angular.module('Application').controller('BackupsController', ['$scope', '$locat
$scope.linodeRegions = [
{ name: 'Newark', value: 'us-east-1.linodeobjects.com', region: 'us-east-1' }, // default
{ name: 'Frankfurt', value: 'eu-central-1.linodeobjects.com', region: 'us-east-1' },
{ name: 'Singapore', value: 'ap-south-1.linodeobjects.com', region: 'us-east-1' }
];
$scope.ovhRegions = [