Skip to content

Commit

Permalink
Fix telemetryShow
Browse files Browse the repository at this point in the history
  • Loading branch information
johc committed Apr 26, 2024
1 parent a2c5eb4 commit 9ee5315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_monitoringdashboard/static/pages/telemetry.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="telemetry-consent" class="alert alert-info" ng-show="!telemetryShow">
<div id="telemetry-consent" class="alert alert-info" ng-show="telemetryShow">
<strong>Telemetry Consent:</strong>
<p>Help us enhance our services by allowing anonymous usage collection. This data helps us understand which features
are useful, and which can be retired - we are a small research project, and we cannot afford to maintain
Expand Down

0 comments on commit 9ee5315

Please sign in to comment.