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

@@ -65,6 +65,7 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
$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 = [