Browse Source

Merge pull request #57 from smiclea/CORWEB-70

Removed 'use_colocated_snapshots' from CloudLabels.js CORWEB-70
Dorin Paslaru 8 years ago
parent
commit
8bc632cc66
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/constants/CloudLabels.js

+ 0 - 1
src/constants/CloudLabels.js

@@ -62,7 +62,6 @@ export const defaultLabels = {
   repository_name: "Repository Name",
   repository_name: "Repository Name",
   shape_name: "Shape Name",
   shape_name: "Shape Name",
   migr_shape_name: "Migration Shape Name",
   migr_shape_name: "Migration Shape Name",
-  use_colocated_snapshots: "Use Collocated Snapshots",
   allow_untrusted_swift: "Allow Untrusted Swift",
   allow_untrusted_swift: "Allow Untrusted Swift",
   glance_api_version: "Glance API Version"
   glance_api_version: "Glance API Version"
 }
 }