We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e88a48a + b7fcaed commit 7d6d98fCopy full SHA for 7d6d98f
packet/templates/active_packets.html
@@ -112,5 +112,7 @@ <h4 class="page-title">Active Packets</h4>
112
113
{% block scripts %}
114
{{ super() }}
115
- <script src="{{ url_for('static', filename='js/tables.min.js') }}"></script>
+ {% if info.realm == "csh" %}
116
+ <script src="{{ url_for('static', filename='js/tables.min.js') }}"></script>
117
+ {% endif %}
118
{% endblock %}
0 commit comments