add mhvtl detect vendor

This commit is contained in:
Warp Agent
2025-12-27 14:13:27 +00:00
parent 8e77130c62
commit 0c461d0656
5 changed files with 20 additions and 7 deletions

View File

@@ -26,6 +26,7 @@ export interface VirtualTapeLibrary {
name: string
mhvtl_library_id: number
storage_path: string
vendor?: string
slot_count: number
drive_count: number
is_active: boolean