diff options
author | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-09-16 13:57:31 +0200 |
---|---|---|
committer | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-09-16 13:57:31 +0200 |
commit | 053519beae0cb380864773a0cca6dd3d009a5899 (patch) | |
tree | 49b8450f9c9ce579ca38589698c802cb03aec9ea /ogcp/templates/base.html | |
parent | 2ca2215ed6653dc7bf2cfaf320fee811b376ece8 (diff) |
templates: save checkbox state in images and repos
Store the checked checkboxes of the sidebar in Images and Repos.
Autoselect the correct server after updating the checkboxes.
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 9c6b3e1..f245c8d 100644 --- a/ogcp/templates/base.html +++ b/ogcp/templates/base.html @@ -111,7 +111,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=20"></script> + <script src="{{ url_for('static', filename='js/ogcp.js') }}?v=21"></script> <script> // error messages |