mirror of
https://github.com/S2-/gitlit
synced 2025-08-03 12:50:04 +02:00
make table sortable
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
window.gitlit = window.gitlit || {};
|
||||
gitlit.templates = {
|
||||
main: ejs.compile(`
|
||||
<table class="table table-striped">
|
||||
<table class="table table-striped sortable js-filestable">
|
||||
<tr>
|
||||
<th>file</th>
|
||||
<th>status</th>
|
||||
|
Reference in New Issue
Block a user