Skip to content

Commit

Permalink
Remove obsolete buttons from the charts page (#1003)
Browse files Browse the repository at this point in the history
* Remove obsolete buttons from the charts page

* Update playwright tests
  • Loading branch information
past authored Dec 23, 2024
1 parent fb99b1a commit b84a9ac
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions frontend/src/static/js/components/webstatus-stats-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -388,10 +388,6 @@ export class StatsPage extends LitElement {
.valueAsDate="${this.endDate}"
></sl-input>
</label>
<sl-radio-group value="WPT">
<sl-radio-button value="WPT">WPT</sl-radio-button>
<sl-radio-button value="BCD" disabled>BCD</sl-radio-button>
</sl-radio-group>
</div>
</div>
`;
Expand Down

0 comments on commit b84a9ac

Please sign in to comment.