storage provider is plural

This commit is contained in:
Girish Ramakrishnan
2022-12-24 11:10:04 +01:00
parent abb21281d1
commit 6596ce9557
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ angular.module('Application').controller('BackupsController', ['$scope', '$locat
$scope.upcloudRegions = REGIONS_UPCLOUD;
$scope.vultrRegions = REGIONS_VULTR;
$scope.storageProvider = STORAGE_PROVIDER.concat([
$scope.storageProviders = STORAGE_PROVIDERS.concat([
{ name: 'No-op (Only for testing)', value: 'noop' }
]);