Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
nopaque
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SFB 1288 - INF
nopaque
Commits
92d47a0b
Commit
92d47a0b
authored
4 years ago
by
Stephan Porada
Browse files
Options
Downloads
Patches
Plain Diff
Fix missing html class in user admin view bugging list js
parent
6e1ca2d7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
web/app/templates/admin/user.html.j2
+6
-5
6 additions, 5 deletions
web/app/templates/admin/user.html.j2
web/app/templates/nopaque.html.j2
+0
-3
0 additions, 3 deletions
web/app/templates/nopaque.html.j2
with
6 additions
and
8 deletions
web/app/templates/admin/user.html.j2
+
6
−
5
View file @
92d47a0b
...
@@ -39,7 +39,8 @@
...
@@ -39,7 +39,8 @@
<input id="search-corpus" class="search" type="search"></input>
<input id="search-corpus" class="search" type="search"></input>
<label for="search-corpus">Search corpus</label>
<label for="search-corpus">Search corpus</label>
</div>
</div>
<table>
<ul class="pagination paginationTop"></ul>
<table class="highlight">
<thead>
<thead>
<tr>
<tr>
<th></th>
<th></th>
...
@@ -53,7 +54,7 @@
...
@@ -53,7 +54,7 @@
</thead>
</thead>
<tbody class="list"></tbody>
<tbody class="list"></tbody>
</table>
</table>
<ul class="pagination"></ul>
<ul class="pagination
paginationBottom
"></ul>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -67,7 +68,8 @@
...
@@ -67,7 +68,8 @@
<input id="search-job" class="search" type="search"></input>
<input id="search-job" class="search" type="search"></input>
<label for="search-job">Search job</label>
<label for="search-job">Search job</label>
</div>
</div>
<table>
<ul class="pagination paginationTop"></ul>
<table class="highlight">
<thead>
<thead>
<tr>
<tr>
<th><span class="sort" data-sort="service">Service</span></th>
<th><span class="sort" data-sort="service">Service</span></th>
...
@@ -81,7 +83,7 @@
...
@@ -81,7 +83,7 @@
</thead>
</thead>
<tbody class="list"></tbody>
<tbody class="list"></tbody>
</table>
</table>
<ul class="pagination"></ul>
<ul class="pagination
paginationBottom
"></ul>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -99,7 +101,6 @@
...
@@ -99,7 +101,6 @@
</div>
</div>
</div>
</div>
<script type="module">
<script type="module">
import {RessourceList} from '../../static/js/nopaque.lists.js';
import {RessourceList} from '../../static/js/nopaque.lists.js';
let corpusList = new RessourceList("corpora", nopaque.foreignCorporaSubscribers, "Corpus");
let corpusList = new RessourceList("corpora", nopaque.foreignCorporaSubscribers, "Corpus");
...
...
This diff is collapsed.
Click to expand it.
web/app/templates/nopaque.html.j2
+
0
−
3
View file @
92d47a0b
...
@@ -121,9 +121,6 @@
...
@@ -121,9 +121,6 @@
<script
src=
"{{ url_for('static', filename='js/List.js/list.min.js') }}"
></script>
<script
src=
"{{ url_for('static', filename='js/List.js/list.min.js') }}"
></script>
<script
src=
"{{ url_for('static', filename='js/Socket.IO/socket.io.slim.js') }}"
></script>
<script
src=
"{{ url_for('static', filename='js/Socket.IO/socket.io.slim.js') }}"
></script>
<script
src=
"{{ url_for('static', filename='js/nopaque.js') }}"
></script>
<script
src=
"{{ url_for('static', filename='js/nopaque.js') }}"
></script>
<script
type=
"module"
>
import
{
RessourceList
}
from
'
../../static/js/nopaque.lists.js
'
</script>
<script>
<script>
{
%
if
current_user
.
is_authenticated
%
}
{
%
if
current_user
.
is_authenticated
%
}
{
%
if
current_user
.
setting_dark_mode
%
}
{
%
if
current_user
.
setting_dark_mode
%
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment