Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
library-app-django
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ilham Maulana
library-app-django
Commits
0fa45dff
Commit
0fa45dff
authored
Jul 02, 2024
by
impfundev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: remove sort icon from header table
parent
fb91150f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
72 deletions
+12
-72
book_table_data.html
books/templates/book_table_data.html
+4
-24
librarians_table_data.html
librarians/templates/librarians_table_data.html
+4
-24
members_table_data.html
members/templates/members_table_data.html
+4
-24
No files found.
books/templates/book_table_data.html
View file @
0fa45dff
<table
class=
"table table-hover"
>
<table
class=
"table table-hover"
>
<thead>
<thead>
<tr
class=
"table-primary"
>
<tr
class=
"table-primary"
>
<th
scope=
"col"
>
<th
scope=
"col"
>
Title
</th>
<button
class=
"btn"
>
<th
scope=
"col"
>
Description
</th>
<i
class=
"bi bi-arrow-down-up"
></i>
<th
scope=
"col"
>
Created At
</th>
</button>
<th
scope=
"col"
>
Updated At
</th>
Title
</th>
<th
scope=
"col"
>
<button
class=
"btn"
>
<i
class=
"bi bi-arrow-down-up"
></i>
</button>
Description
</th>
<th
scope=
"col"
>
<button
class=
"btn"
>
<i
class=
"bi bi-arrow-down-up"
></i>
</button>
Created At
</th>
<th
scope=
"col"
>
<button
class=
"btn"
>
<i
class=
"bi bi-arrow-down-up"
></i>
</button>
Updated At
</th>
<th
scope=
"col"
></th>
<th
scope=
"col"
></th>
</tr>
</tr>
</thead>
</thead>
...
...
librarians/templates/librarians_table_data.html
View file @
0fa45dff
<table
class=
"table table-hover"
>
<table
class=
"table table-hover"
>
<thead>
<thead>
<tr
class=
"table-primary"
>
<tr
class=
"table-primary"
>
<th
scope=
"col"
>
<th
scope=
"col"
>
Name
</th>
<button
class=
"btn"
>
<th
scope=
"col"
>
Email
</th>
<i
class=
"bi bi-arrow-down-up"
></i>
<th
scope=
"col"
>
Created At
</th>
</button>
<th
scope=
"col"
>
Updated At
</th>
Name
</th>
<th
scope=
"col"
>
<button
class=
"btn"
>
<i
class=
"bi bi-arrow-down-up"
></i>
</button>
Email
</th>
<th
scope=
"col"
>
<button
class=
"btn"
>
<i
class=
"bi bi-arrow-down-up"
></i>
</button>
Created At
</th>
<th
scope=
"col"
>
<button
class=
"btn"
>
<i
class=
"bi bi-arrow-down-up"
></i>
</button>
Updated At
</th>
<th
scope=
"col"
></th>
<th
scope=
"col"
></th>
</tr>
</tr>
</thead>
</thead>
...
...
members/templates/members_table_data.html
View file @
0fa45dff
<table
class=
"table table-hover"
>
<table
class=
"table table-hover"
>
<thead>
<thead>
<tr
class=
"table-primary"
>
<tr
class=
"table-primary"
>
<th
scope=
"col"
>
<th
scope=
"col"
>
Name
</th>
<button
class=
"btn"
>
<th
scope=
"col"
>
Email
</th>
<i
class=
"bi bi-arrow-down-up"
></i>
<th
scope=
"col"
>
Created At
</th>
</button>
<th
scope=
"col"
>
Updated At
</th>
Name
</th>
<th
scope=
"col"
>
<button
class=
"btn"
>
<i
class=
"bi bi-arrow-down-up"
></i>
</button>
Email
</th>
<th
scope=
"col"
>
<button
class=
"btn"
>
<i
class=
"bi bi-arrow-down-up"
></i>
</button>
Created At
</th>
<th
scope=
"col"
>
<button
class=
"btn"
>
<i
class=
"bi bi-arrow-down-up"
></i>
</button>
Updated At
</th>
<th
scope=
"col"
></th>
<th
scope=
"col"
></th>
</tr>
</tr>
</thead>
</thead>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment