mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 23:20:12 +01:00
Additional Codacy fixes
This commit is contained in:
parent
73f7e105e8
commit
fd658f0f30
2 changed files with 5 additions and 5 deletions
|
|
@ -3,4 +3,4 @@ import { CheckResponse, ContainerListEntry } from "../services/Api";
|
|||
export default interface ContainerModel extends ContainerListEntry, CheckResponse {
|
||||
Selected: boolean;
|
||||
IsChecking: boolean;
|
||||
};
|
||||
}
|
||||
|
|
@ -1,7 +1,3 @@
|
|||
export interface ListResponse {
|
||||
Containers: ContainerListEntry[];
|
||||
}
|
||||
|
||||
export interface ContainerListEntry {
|
||||
ContainerID: string;
|
||||
ContainerName: string;
|
||||
|
|
@ -11,6 +7,10 @@ export interface ContainerListEntry {
|
|||
ImageCreatedDate: string;
|
||||
}
|
||||
|
||||
export interface ListResponse {
|
||||
Containers: ContainerListEntry[];
|
||||
}
|
||||
|
||||
export interface CheckRequest {
|
||||
ContainerID: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue