mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +00:00
Remove converting sentence
Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
parent
966d4d6709
commit
cbd5e45200
@ -42,10 +42,6 @@ export default {
|
|||||||
return this.image?.name || '';
|
return this.image?.name || '';
|
||||||
},
|
},
|
||||||
|
|
||||||
imageDisplayName() {
|
|
||||||
return this.image?.displayName || '';
|
|
||||||
},
|
|
||||||
|
|
||||||
imageVirtualSize() {
|
imageVirtualSize() {
|
||||||
return this.image?.virtualSize || this.image?.downSize || '';
|
return this.image?.virtualSize || this.image?.downSize || '';
|
||||||
}
|
}
|
||||||
@ -124,8 +120,6 @@ export default {
|
|||||||
<Banner color="info">
|
<Banner color="info">
|
||||||
{{ t('harvester.modal.downloadImage.banner', { size: imageVirtualSize }) }}
|
{{ t('harvester.modal.downloadImage.banner', { size: imageVirtualSize }) }}
|
||||||
</Banner>
|
</Banner>
|
||||||
{{ t('harvester.modal.downloadImage.convertMessage', { name: imageDisplayName }) }}
|
|
||||||
<br /><br />
|
|
||||||
{{ t('harvester.modal.downloadImage.startMessage') }}
|
{{ t('harvester.modal.downloadImage.startMessage') }}
|
||||||
<br /><br />
|
<br /><br />
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@ -102,7 +102,6 @@ harvester:
|
|||||||
downloadImage:
|
downloadImage:
|
||||||
title: Download Image
|
title: Download Image
|
||||||
banner: 'This action takes a while depending on the image size ({ size }). Please be patient.'
|
banner: 'This action takes a while depending on the image size ({ size }). Please be patient.'
|
||||||
convertMessage: 'Harvester will convert { name } into qcow2 format.'
|
|
||||||
startMessage : 'The download process will auto start once the conversion is complete.'
|
startMessage : 'The download process will auto start once the conversion is complete.'
|
||||||
download: Download
|
download: Download
|
||||||
exportImage:
|
exportImage:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user