Skip to content

Commit

Permalink
[UI] removes logs and old stats page (in HTML) (#4474)
Browse files Browse the repository at this point in the history
removes logs and old stats page (in HTML) and corresponding tests
  • Loading branch information
Felienne authored Sep 13, 2023
1 parent 2aaa14c commit 5fb9baf
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 171 deletions.
2 changes: 0 additions & 2 deletions templates/class-overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ <h1>{{ class_info.name }}</h1><span class="cursor-pointer" onclick='hedyApp.rena
<button class="green-btn" id="customize-class-button" data-cy="customize_class_button" onclick="window.location.href = '/for-teachers/customize-class/{{class_info.id}}'">{{_('customize_class')}}</button>
{% endif %}
<button class="green-btn" id="live_stats_button" onclick="window.location.href = '/live_stats/class/{{class_info.id}}'">{{_('class_live')}}</button>
<button class="green-btn" id="stats_button" onclick="window.location.href = '/stats/class/{{class_info.id}}'">{{_('class_stats')}}</button>
<button class="green-btn" id="logs_button" onclick="window.location.href = '/logs/class/{{class_info.id}}'">{{_('class_logs')}}</button>
<button class="green-btn" id="grid_overview_button" onclick="window.location.href = '/grid_overview/class/{{class_info.id}}'">{{_('grid_overview')}}</button>
</div>
<div class="flex ltr:ml-auto rtl:mr-auto">
Expand Down
21 changes: 0 additions & 21 deletions tests/cypress/e2e/for-teacher_page/class_page/logs_button.cy.js

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 5fb9baf

Please sign in to comment.