瀏覽代碼

Merge pull request #10 from cloudbase/constants

Fixes "Glance API Version" text styling
Dorin Paslaru 9 年之前
父節點
當前提交
0b0f09b143
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/constants/CloudLabels.js

+ 2 - 1
src/constants/CloudLabels.js

@@ -56,5 +56,6 @@ export const defaultLabels = {
   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",
   use_colocated_snapshots: "Use Collocated Snapshots",
-  allow_untrusted_swift: "Allow Untrusted Swift"
+  allow_untrusted_swift: "Allow Untrusted Swift",
+  glance_api_version: "Glance API Version"
 }
 }