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

View File

@@ -105,6 +105,7 @@ app.controller('RestoreController', ['$scope', 'Client', function ($scope, Clien
$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 = [