Skip to content

Commit

Permalink
generator
Browse files Browse the repository at this point in the history
  • Loading branch information
bryangerlach committed Sep 11, 2024
1 parent 16f5aca commit bd805a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/templates/clients.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
{% block title %}RustDesk WebUI{% endblock %}
{% block legend_name %}{{ "Client Downloads" | translate }}{% endblock %}
{% block content %}
{& if phone_or_desktop = 'base.html' %}
<style>
.container {
display: grid;
Expand All @@ -22,6 +23,7 @@
border-radius: 5px; /* Add rounded corners for a more 3D effect */
}
</style>
{% endif %}
<script src="https://www.kryogenix.org/code/browser/sorttable/sorttable.js"></script>
<script>
document.addEventListener('DOMContentLoaded', (event) => {
Expand Down

0 comments on commit bd805a7

Please sign in to comment.