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
Admin message
Looking for advice? Join the
Matrix channel for GitLab users in Bielefeld
!
Show more breadcrumbs
SFB 1288 - INF
nopaque
Commits
bb0f2e43
Commit
bb0f2e43
authored
5 years ago
by
Patrick Jentsch
Browse files
Options
Downloads
Patches
Plain Diff
Rename merge images to concat images
parent
6ba87a06
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/services/views.py
+1
-1
1 addition, 1 deletion
app/services/views.py
app/templates/base.html.j2
+1
-1
1 addition, 1 deletion
app/templates/base.html.j2
with
2 additions
and
2 deletions
app/services/views.py
+
1
−
1
View file @
bb0f2e43
...
@@ -10,7 +10,7 @@ import json
...
@@ -10,7 +10,7 @@ import json
import
os
import
os
SERVICES
=
{
'
merge_images
'
:
{
'
name
'
:
'
Merge I
mages
'
,
SERVICES
=
{
'
merge_images
'
:
{
'
name
'
:
'
Concat i
mages
'
,
'
resources
'
:
{
'
mem_mb
'
:
4096
,
'
n_cores
'
:
4
},
'
resources
'
:
{
'
mem_mb
'
:
4096
,
'
n_cores
'
:
4
},
'
add_job_form
'
:
AddMergeImagesJobForm
},
'
add_job_form
'
:
AddMergeImagesJobForm
},
'
nlp
'
:
{
'
name
'
:
'
Natural Language Processing
'
,
'
nlp
'
:
{
'
name
'
:
'
Natural Language Processing
'
,
...
...
This diff is collapsed.
Click to expand it.
app/templates/base.html.j2
+
1
−
1
View file @
bb0f2e43
...
@@ -62,7 +62,7 @@
...
@@ -62,7 +62,7 @@
<li><a
href=
"{{ url_for('main.dashboard') }}"
><i
class=
"material-icons"
>
dashboard
</i>
Dashboard
</a></li>
<li><a
href=
"{{ url_for('main.dashboard') }}"
><i
class=
"material-icons"
>
dashboard
</i>
Dashboard
</a></li>
<li><div
class=
"divider"
></div></li>
<li><div
class=
"divider"
></div></li>
<li><a
class=
"subheader"
>
Services
</a></li>
<li><a
class=
"subheader"
>
Services
</a></li>
<li><a
href=
"{{ url_for('services.service', service='merge_images') }}"
><i
class=
"material-icons"
>
burst_mode
</i>
Merge
images
</a></li>
<li><a
href=
"{{ url_for('services.service', service='merge_images') }}"
><i
class=
"material-icons"
>
burst_mode
</i>
Concat
images
</a></li>
<li><a
href=
"{{ url_for('services.service', service='nlp') }}"
><i
class=
"material-icons"
>
format_textdirection_l_to_r
</i>
NLP
</a></li>
<li><a
href=
"{{ url_for('services.service', service='nlp') }}"
><i
class=
"material-icons"
>
format_textdirection_l_to_r
</i>
NLP
</a></li>
<li><a
href=
"{{ url_for('services.service', service='ocr') }}"
><i
class=
"material-icons"
>
find_in_page
</i>
OCR
</a></li>
<li><a
href=
"{{ url_for('services.service', service='ocr') }}"
><i
class=
"material-icons"
>
find_in_page
</i>
OCR
</a></li>
{% if current_user.is_administrator() %}
{% if current_user.is_administrator() %}
...
...
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