mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
refactor(azure/aci): migrate create view to react [EE-2188] (#6371)
This commit is contained in:
parent
1bb02eea59
commit
6f6f78fbe5
53 changed files with 1476 additions and 571 deletions
10
app/global.d.ts
vendored
10
app/global.d.ts
vendored
|
@ -8,3 +8,13 @@ declare module '*.png' {
|
|||
declare module '*.css';
|
||||
|
||||
declare module '@open-amt-cloud-toolkit/ui-toolkit-react/reactjs/src/kvm.bundle';
|
||||
|
||||
declare module 'axios-progress-bar' {
|
||||
import { AxiosInstance } from 'axios';
|
||||
import { NProgressOptions } from 'nprogress';
|
||||
|
||||
export function loadProgressBar(
|
||||
config?: Partial<NProgressOptions>,
|
||||
instance?: AxiosInstance
|
||||
): void;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue