mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-13 23:53:48 -05:00
feat: add new filter for in use images to web ui
This commit is contained in:
@@ -28,6 +28,7 @@ export interface Image {
|
||||
};
|
||||
time: number;
|
||||
server: string | null;
|
||||
in_use: boolean | null;
|
||||
}
|
||||
|
||||
interface VersionInfo {
|
||||
@@ -43,3 +44,7 @@ interface DigestInfo {
|
||||
local_digests: string[];
|
||||
remote_digest: string;
|
||||
}
|
||||
|
||||
export interface Filters {
|
||||
onlyInUse: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user