Add new pages for managing tags, tasks, transitions, users, user groups, and their respective JavaScript functionalities
- Implemented tag management page with filtering, data table, and AJAX functionality. - Created task management page with task listing, filtering, and AJAX data loading. - Developed transition management page with a data table for transitions. - Added user management page with comprehensive user details, filtering options, and AJAX support. - Introduced user group management page with filtering and data table for user groups. - Enhanced JavaScript for data tables, including state saving, filtering, and AJAX data fetching for all new pages.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<div class="sidebar-content">
|
||||
<ul class="sidebar ots-sidebar-nav">
|
||||
<li class="sidebar-list">
|
||||
<a href="{{ url_for("home") }}">
|
||||
<a href="{{ url_for("home") }}" data-tooltip="Dashboard">
|
||||
<span class="ots-nav-icon fa fa-home" aria-hidden="true"></span>
|
||||
<span class="ots-nav-text">{% trans "Dashboard" %}</span>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user