Skip to content

Commit

Permalink
refactor: change position of most_frequent_timestamp_correctness and …
Browse files Browse the repository at this point in the history
…most_frequent_timestamp_correctness_count in Timestamp Correctness
  • Loading branch information
thangixd committed May 24, 2024
1 parent 7049a68 commit 05d7f2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tracex_project/db_results/templates/metrics_dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ <h2>Timestamp Correctness</h2>
<div class="row">
<div class="metric-tile">
<h3>Most Frequent Timestamp Correctness</h3>
<div class="number-metric">{{ most_frequent_timestamp_correctness_count }}</div>
<div class="metric-content"
<div class="metric-count"
id="most_frequent_timestamp_correctness">{{ most_frequent_timestamp_correctness }} </div>
<div class="number-metric-small">{{ most_frequent_timestamp_correctness_count }} / {{ total_activities }} </div>
<span class="info-icon">&#9432;</span>
<div class="info-text">This metric indicates the most common timestamp correctness value for the extracted
activities.
Expand Down

0 comments on commit 05d7f2a

Please sign in to comment.