webapp: Rename interface to prevent lint errors
This commit is contained in:
parent
521fce35e4
commit
2a21e53422
@ -129,7 +129,7 @@ import BasePage from '@/components/BasePage.vue';
|
|||||||
import BootstrapAlert from '@/components/BootstrapAlert.vue';
|
import BootstrapAlert from '@/components/BootstrapAlert.vue';
|
||||||
import CardElement from '@/components/CardElement.vue';
|
import CardElement from '@/components/CardElement.vue';
|
||||||
import ModalDialog from '@/components/ModalDialog.vue';
|
import ModalDialog from '@/components/ModalDialog.vue';
|
||||||
import type { AlertResponse } from '@/types/Alert';
|
import type { AlertResponse } from '@/types/AlertResponse';
|
||||||
import type { FileInfo } from '@/types/File';
|
import type { FileInfo } from '@/types/File';
|
||||||
import { authHeader, handleResponse } from '@/utils/authentication';
|
import { authHeader, handleResponse } from '@/utils/authentication';
|
||||||
import { waitRestart } from '@/utils/waitRestart';
|
import { waitRestart } from '@/utils/waitRestart';
|
||||||
|
|||||||
@ -349,7 +349,7 @@ import CardElement from '@/components/CardElement.vue';
|
|||||||
import InputElement from '@/components/InputElement.vue';
|
import InputElement from '@/components/InputElement.vue';
|
||||||
import InputSerial from '@/components/InputSerial.vue';
|
import InputSerial from '@/components/InputSerial.vue';
|
||||||
import ModalDialog from '@/components/ModalDialog.vue';
|
import ModalDialog from '@/components/ModalDialog.vue';
|
||||||
import type { AlertResponse } from '@/types/Alert';
|
import type { AlertResponse } from '@/types/AlertResponse';
|
||||||
import type { Inverter } from '@/types/InverterConfig';
|
import type { Inverter } from '@/types/InverterConfig';
|
||||||
import { authHeader, handleResponse } from '@/utils/authentication';
|
import { authHeader, handleResponse } from '@/utils/authentication';
|
||||||
import * as bootstrap from 'bootstrap';
|
import * as bootstrap from 'bootstrap';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user