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> (cherry picked from commit cbd5e45200b6717114cb1352bcbb4e0b6e00950c)
This commit is contained in:
parent
d18ebfb26b
commit
fed86d4c24
@ -42,10 +42,6 @@ export default {
|
||||
return this.image?.name || '';
|
||||
},
|
||||
|
||||
imageDisplayName() {
|
||||
return this.image?.displayName || '';
|
||||
},
|
||||
|
||||
imageVirtualSize() {
|
||||
return this.image?.virtualSize || this.image?.downSize || '';
|
||||
}
|
||||
@ -124,8 +120,6 @@ export default {
|
||||
<Banner color="info">
|
||||
{{ t('harvester.modal.downloadImage.banner', { size: imageVirtualSize }) }}
|
||||
</Banner>
|
||||
{{ t('harvester.modal.downloadImage.convertMessage', { name: imageDisplayName }) }}
|
||||
<br /><br />
|
||||
{{ t('harvester.modal.downloadImage.startMessage') }}
|
||||
<br /><br />
|
||||
</template>
|
||||
|
||||
@ -102,7 +102,6 @@ harvester:
|
||||
downloadImage:
|
||||
title: Download Image
|
||||
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.'
|
||||
download: Download
|
||||
exportImage:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user