Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move availabity to separate columns #999

Merged
merged 11 commits into from
Dec 20, 2024
Prev Previous commit
Next Next commit
Update frontend/src/static/js/components/webstatus-overview-cells.ts
Co-authored-by: James C Scott III <[email protected]>
  • Loading branch information
jrobbins and jcscottiii authored Dec 20, 2024
commit 42aaf850bb8d75e53935ff496da841613021a867
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ export const CELL_DEFS: Record<ColumnKey, ColumnDefinition> = {
unsortable: true,
cellClass: 'centered',
cellRenderer: renderDesktopAvailablity,
options: {browser: 'chrome', channel: 'stable'},
options: {browser: 'chrome'},
},
[ColumnKey.DesktopAvailabilityEdge]: {
nameInDialog: 'Availibility in desktop Edge',
Expand Down
Loading