Skip to content

Commit

Permalink
Add note for measurement deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
UsualSpec committed Jul 1, 2024
1 parent b87fe72 commit 0a68818
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/management/templates/measurementManagement.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ <h2>{{ sharedMsmtId | e}}</h2>
<button id="saveMmBtn" type="submit" class="btn btn-primary form-control mt-2">Save</button>
</form>
</div>
<div class="text-secondary">Measurements cannot be deleted via Management UI for security reasons. Delete measurements manually from the database as shown in server/USING-POSTGRES.ms</div>
<script src="{{ url_for('static', filename='formAJAXSubmit.js') }}"></script>
<script>
var msg = $("#mmStatus");
Expand Down

0 comments on commit 0a68818

Please sign in to comment.