Skip to content

Commit

Permalink
v1.1.4: Add region.js to smon_history.html
Browse files Browse the repository at this point in the history
This commit includes the region.js script in the smon_history.html template. The inclusion ensures that the functionalities defined in region.js are available on the page. This change addresses the need for region-specific features in the Smart Monitoring section.
  • Loading branch information
Aidaho12 committed Sep 30, 2024
1 parent cd3bd39 commit 01aa0a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/templates/include/smon/smon_history.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<script src="{{ url_for('static', filename='js/metrics.js') }}"></script>
<script src="{{ url_for('static', filename='js/agent.js') }}"></script>
<script src="{{ url_for('static', filename='js/smon.js') }}"></script>
<script src="{{ url_for('static', filename='js/region.js') }}"></script>
<div class="row wrap1">
{% for s in smon %}
<div id="smon_name" class="col-md-8">
Expand Down

0 comments on commit 01aa0a9

Please sign in to comment.