feat: add vendor information to device components and update related UI elements
fix: update sidebar transition duration for smoother experience chore: update package dependencies and versions for improved stability and features
This commit is contained in:
@@ -34,6 +34,7 @@ export interface Device {
|
||||
id: number;
|
||||
name: string;
|
||||
mac: string;
|
||||
vendor: string;
|
||||
reason_for_blocking: string | null;
|
||||
has_a_pending_payment: boolean;
|
||||
pending_payment_id: string | null;
|
||||
|
||||
Reference in New Issue
Block a user