mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2026-02-04 06:51:44 +00:00
fix: this.action typo (#696)
Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
parent
708a95b67b
commit
473c1ba355
@ -153,7 +153,7 @@ export default class VirtVm extends HarvesterResource {
|
||||
},
|
||||
{
|
||||
action: 'takeVMSnapshot',
|
||||
enabled: (!!this.actions?.snapshot || !!this.action?.backup),
|
||||
enabled: (!!this.actions?.snapshot || !!this.actions?.backup),
|
||||
icon: 'icon icon-snapshot',
|
||||
label: this.t('harvester.action.vmSnapshot')
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user