mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-03 00:38:23 +00:00
refactor: update axios client import, enhance device and payment handling, and add cancel payment button component
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 6m28s
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 6m28s
This commit is contained in:
@ -35,6 +35,8 @@ export interface Device {
|
||||
name: string;
|
||||
mac: string;
|
||||
reason_for_blocking: string | null;
|
||||
has_a_pending_payment: boolean;
|
||||
pending_payment_id: string | null;
|
||||
is_active: boolean;
|
||||
registered: boolean;
|
||||
blocked: boolean;
|
||||
|
Reference in New Issue
Block a user