Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
ValUnifer
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IPIPAN
ValUnifer
Commits
96540f4e
Commit
96540f4e
authored
2 years ago
by
dcz2
Browse files
Options
Downloads
Patches
Plain Diff
Fix examples scrolling
parent
2b995507
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
entries/static/entries/js/components/Entries.js
+2
-2
2 additions, 2 deletions
entries/static/entries/js/components/Entries.js
reset_db.sh
+1
-1
1 addition, 1 deletion
reset_db.sh
with
3 additions
and
3 deletions
entries/static/entries/js/components/Entries.js
+
2
−
2
View file @
96540f4e
...
...
@@ -45,7 +45,7 @@ export default {
:initialUnifiedFrameId="unifiedFrameId"
:initialIsEdit="isEdit" />
</div>
<div class="col w-100 p-0 tab-pane" id="examples">
<div class="col w-100 p-0 tab-pane
overflow-auto
" id="examples">
<table id="semantics-examples" class="table table-sm table-hover">
<thead>
<tr>
...
...
@@ -57,7 +57,7 @@ export default {
<tbody id="semantics-examples-list">
</tbody>
</table>
<p class="mx-1 my-1" id="semantics-no-examples">{
% trans
"Brak przykładów"
%
}</p>
<p class="mx-1 my-1" id="semantics-no-examples">{
{ gettext(
"Brak przykładów"
) }
}</p>
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
reset_db.sh
+
1
−
1
View file @
96540f4e
...
...
@@ -18,7 +18,7 @@ time python manage.py start_import
time
python manage.py import_expansions
time
python manage.py import_plWordnet
time
python manage.py import_tei
#
time python manage.py import_unification
time
python manage.py import_unification
head
import.log
wc
import.log
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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