File tree Expand file tree Collapse file tree
nixos/admin-app/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272 </ button >
7373 </ div >
7474
75- < a href ="{{ url_for('dashboard') }} " class ="admin-sidebar-link {% if active_page == 'overview' %}active{% endif %} ">
75+ < a href ="{{ url_for('dashboard') }} " class ="admin-sidebar-link mb-1 {% if active_page == 'overview' %}active{% endif %} ">
7676 < span class ="admin-sidebar-link-label "> Overview</ span >
7777 </ a >
78- < a href ="{{ url_for('remote_access') }} " class ="admin-sidebar-link {% if active_page == 'remote_access' %}active{% endif %} ">
78+ < a href ="{{ url_for('remote_access') }} " class ="admin-sidebar-link mb-1 {% if active_page == 'remote_access' %}active{% endif %} ">
7979 < span class ="admin-sidebar-link-label "> Remote Access</ span >
8080 </ a >
81- < a href ="{{ url_for('system_page') }} " class ="admin-sidebar-link {% if active_page == 'system' %}active{% endif %} ">
81+ < a href ="{{ url_for('system_page') }} " class ="admin-sidebar-link mb-1 {% if active_page == 'system' %}active{% endif %} ">
8282 < span class ="admin-sidebar-link-label "> System</ span >
8383 </ a >
84- < a href ="{{ url_for('maintenance_page') }} " class ="admin-sidebar-link {% if active_page == 'maintenance' %}active{% endif %} ">
84+ < a href ="{{ url_for('maintenance_page') }} " class ="admin-sidebar-link mb-1 {% if active_page == 'maintenance' %}active{% endif %} ">
8585 < span class ="admin-sidebar-link-label "> Maintenance</ span >
8686 </ a >
87- < a href ="{{ url_for('advanced_page') }} " class ="admin-sidebar-link {% if active_page == 'advanced' %}active{% endif %} ">
87+ < a href ="{{ url_for('advanced_page') }} " class ="admin-sidebar-link mb-1 {% if active_page == 'advanced' %}active{% endif %} ">
8888 < span class ="admin-sidebar-link-label "> Advanced</ span >
8989 </ a >
9090 </ div >
You can’t perform that action at this time.
0 commit comments