refactor: add bond speed and state to processed network data

main
Josue 4 years ago committed by Tsu-ba-me
parent a0d45f3839
commit 2a756e152d
  1. 2
      striker-ui/types/AnvilNetwork.d.ts

@ -25,6 +25,8 @@ declare type AnvilNetwork = {
declare type ProcessedBond = {
bond_name: string;
bond_uuid: string;
bond_speed: number;
bond_state: 'optimal' | 'degraded';
nodes: Array<{
host_name: string;
host_uuid: string;

Loading…
Cancel
Save