Only load GA when valid key is provided; closes #2678
This commit is contained in:
parent
de943eac4a
commit
7cf6b4bcfe
5 changed files with 57 additions and 64 deletions
|
@ -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 a new issue