mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-14 08:03:48 -05:00
feat: show which containers use a specific image
This commit is contained in:
@@ -28,7 +28,7 @@ export interface Image {
|
||||
};
|
||||
time: number;
|
||||
server: string | null;
|
||||
in_use: boolean | null;
|
||||
used_by: string[];
|
||||
}
|
||||
|
||||
interface VersionInfo {
|
||||
|
||||
Reference in New Issue
Block a user