1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-25 02:50:08 +03:00

L #~: Lint (#2218)

This commit is contained in:
Sergio Betanzos 2022-07-05 11:22:00 +02:00 committed by GitHub
parent cdab570d65
commit 4edc926882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -19,6 +19,7 @@ import {
CONFIGURATION_SCHEMA,
FILES_SCHEMA,
} from 'client/components/Forms/VmTemplate/CreateForm/Steps/ExtraConfiguration/context/schema'
import { HYPERVISORS } from 'client/constants'
/**
* @param {object} [formProps] - Form props

View File

@ -25,7 +25,7 @@ import {
DeleteAction,
} from 'client/components/Tabs/Vm/Snapshot/Actions'
import SnapshotCard from 'client/components/Cards/SnapshotCard'
import { T, VM_ACTIONS } from 'client/constants'
import { Tr } from 'client/components/HOC'
import {
getSnapshotList,
@ -33,7 +33,7 @@ import {
isAvailableAction,
} from 'client/models/VirtualMachine'
import { getActionsAvailable } from 'client/models/Helper'
import { VM_ACTIONS } from 'client/constants'
import { T, VM_ACTIONS } from 'client/constants'
const { SNAPSHOT_CREATE, SNAPSHOT_REVERT, SNAPSHOT_DELETE } = VM_ACTIONS