Skip to content

Commit

Permalink
Merge pull request #284 from yuejuSDS/cq_cq
Browse files Browse the repository at this point in the history
Fixed GCP display bug
  • Loading branch information
wisererik authored Jan 3, 2020
2 parents c316335 + ba1f127 commit 9b716f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/shared/utils/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ export const Consts = {
BUCKET_TYPE:new Map<string,string>(),
BYTES_PER_CHUNK : 1024 * 1024 * 5,
TIMEOUT: 30 * 60 * 1000,
CLOUD_TYPE:['aws-s3','azure-blob','hw-obs','fusionstorage-object','ceph-s3','ibm-cos','gcp', 'yig'],
CLOUD_TYPE:['aws-s3','azure-blob','hw-obs','fusionstorage-object','ceph-s3','ibm-cos','gcp-s3', 'yig'],
TYPE_SVG:{
"aws-s3":'aws.svg',
"hw-obs":"huawei.svg",
"azure-blob":'azure.svg',
"fusionstorage-object":"huawei.svg",
"ceph-s3": "ceph.svg",
"ibm-cos": "ibm.svg",
"gcp": "GCP.jpg",
"gcp-s3": "google.svg",
"yig": "yig.png"
},
CLOUD_TYPE_NAME: {
Expand Down

0 comments on commit 9b716f4

Please sign in to comment.