@@ -102,26 +102,6 @@ public static function table(Table $table): Table
102102 return number_format ((float ) $ state , 0 , '. ' , '' ).' ms ' ;
103103 }),
104104
105- TextColumn::make ('data.download.latency.high ' )
106- ->label (__ ('results.download_latency_high ' ))
107- ->toggleable (isToggledHiddenByDefault: true )
108- ->sortable (query: function (Builder $ query , string $ direction ): Builder {
109- return $ query ->orderBy ('data->download->latency->high ' , $ direction );
110- })
111- ->formatStateUsing (function ($ state ) {
112- return number_format ((float ) $ state , 0 , '. ' , '' ).' ms ' ;
113- }),
114-
115- TextColumn::make ('data.download.latency.low ' )
116- ->label (__ ('results.download_latency_low ' ))
117- ->toggleable (isToggledHiddenByDefault: true )
118- ->sortable (query: function (Builder $ query , string $ direction ): Builder {
119- return $ query ->orderBy ('data->download->latency->low ' , $ direction );
120- })
121- ->formatStateUsing (function ($ state ) {
122- return number_format ((float ) $ state , 0 , '. ' , '' ).' ms ' ;
123- }),
124-
125105 TextColumn::make ('data.upload.latency.jitter ' )
126106 ->label (__ ('results.upload_latency_jitter ' ))
127107 ->toggleable (isToggledHiddenByDefault: true )
@@ -132,26 +112,6 @@ public static function table(Table $table): Table
132112 return number_format ((float ) $ state , 0 , '. ' , '' ).' ms ' ;
133113 }),
134114
135- TextColumn::make ('data.upload.latency.high ' )
136- ->label (__ ('results.upload_latency_high ' ))
137- ->toggleable (isToggledHiddenByDefault: true )
138- ->sortable (query: function (Builder $ query , string $ direction ): Builder {
139- return $ query ->orderBy ('data->upload->latency->high ' , $ direction );
140- })
141- ->formatStateUsing (function ($ state ) {
142- return number_format ((float ) $ state , 0 , '. ' , '' ).' ms ' ;
143- }),
144-
145- TextColumn::make ('data.upload.latency.low ' )
146- ->label (__ ('results.upload_latency_low ' ))
147- ->toggleable (isToggledHiddenByDefault: true )
148- ->sortable (query: function (Builder $ query , string $ direction ): Builder {
149- return $ query ->orderBy ('data->upload->latency->low ' , $ direction );
150- })
151- ->formatStateUsing (function ($ state ) {
152- return number_format ((float ) $ state , 0 , '. ' , '' ).' ms ' ;
153- }),
154-
155115 IconColumn::make ('healthy ' )
156116 ->label (__ ('general.healthy ' ))
157117 ->boolean ()
0 commit comments