diff options
author | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-07-04 14:10:17 +0200 |
---|---|---|
committer | lupoDharkael <izhe@hotmail.es> | 2024-07-09 09:52:21 +0200 |
commit | d582beef47b247611e4eeadf7bdca7f69c729335 (patch) | |
tree | aab28221b3ddd6a7a5d30f3a3f5654852d91e98c /ogcp/templates/base.html | |
parent | bb59eb8a5451097b131856433c0222ab94f5fe3a (diff) |
ogcp: fix client pill status report
Prevent cases where the client pills would stay locked reporting a
specific system.
Remove pill-* classes instead of text-* classes in function
updatePillStatus().
This fixes out-of-sync state representation between sidebar and main
section.
Diffstat (limited to 'ogcp/templates/base.html')
-rw-r--r-- | ogcp/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/base.html b/ogcp/templates/base.html index 902b021..7be19b4 100644 --- a/ogcp/templates/base.html +++ b/ogcp/templates/base.html @@ -108,7 +108,7 @@ <!-- ChartJS --> <script src="{{ url_for('static', filename='AdminLTE/plugins/chart.js/Chart.min.js') }}"></script> - <script src="{{ url_for('static', filename='js/ogcp.js') }}?v=9"></script> + <script src="{{ url_for('static', filename='js/ogcp.js') }}?v=10"></script> <script> // error messages |