fix(striker-ui): correct host status definition

main
Tsu-ba-me 1 year ago
parent 51319b2389
commit 79cd66f17b
  1. 8
      striker-ui/types/APIAnvil.d.ts

@ -65,12 +65,12 @@ type AnvilSharedStorage = {
};
type AnvilStatusHost = {
state: 'offline' | 'booted' | 'crmd' | 'in_ccm' | 'online';
host_uuid: string;
host_name: string;
state_percent: number;
host_uuid: string;
maintenance_mode: boolean;
state: 'offline' | 'booted' | 'crmd' | 'in_ccm' | 'online';
state_message: string;
removable: boolean;
state_percent: number;
};
type AnvilStatus = {

Loading…
Cancel
Save