mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-12 03:13:45 +02:00
Only load GA when valid key is provided; closes #2678
This commit is contained in:
@@ -13,7 +13,7 @@ export interface Allocation {
|
||||
|
||||
export interface Server {
|
||||
id: string;
|
||||
internalId: number;
|
||||
internalId: number | string;
|
||||
uuid: string;
|
||||
name: string;
|
||||
node: string;
|
||||
|
||||
Reference in New Issue
Block a user