mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-04-05 08:44:22 +00:00
Rename file setup service
This commit is contained in:
parent
33e9e40c61
commit
341b53f0a1
@ -11,7 +11,7 @@ import os
|
|||||||
|
|
||||||
|
|
||||||
SERVICES = {'corpus_analysis': {'name': 'Corpus analysis'},
|
SERVICES = {'corpus_analysis': {'name': 'Corpus analysis'},
|
||||||
'file_setup': {'name': 'File setup',
|
'file-setup': {'name': 'File setup',
|
||||||
'resources': {'mem_mb': 4096, 'n_cores': 4},
|
'resources': {'mem_mb': 4096, 'n_cores': 4},
|
||||||
'add_job_form': AddFileSetupJobForm},
|
'add_job_form': AddFileSetupJobForm},
|
||||||
'nlp': {'name': 'Natural Language Processing',
|
'nlp': {'name': 'Natural Language Processing',
|
||||||
|
@ -80,7 +80,7 @@ indicator will show up how the column is sorted right now.; */
|
|||||||
.service[data-service="corpus_analysis"]:before {
|
.service[data-service="corpus_analysis"]:before {
|
||||||
content: "search";
|
content: "search";
|
||||||
}
|
}
|
||||||
.service[data-service="file_setup"]:before {
|
.service[data-service="file-setup"]:before {
|
||||||
content: "burst_mode";
|
content: "burst_mode";
|
||||||
}
|
}
|
||||||
.service[data-service="nlp"]:before {
|
.service[data-service="nlp"]:before {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{% extends "nopaque.html.j2" %}
|
{% extends "nopaque.html.j2" %}
|
||||||
|
|
||||||
{% set headline = '<i class="material-icons left service" data-service="setup_files" style="font-size: inherit;"></i>File setup' %}
|
{% set headline = '<i class="material-icons left service" data-service="file-setup" style="font-size: inherit;"></i>File setup' %}
|
||||||
|
|
||||||
{% block page_content %}
|
{% block page_content %}
|
||||||
<div class="col s12 m3 push-m9">
|
<div class="col s12 m3 push-m9">
|
Loading…
x
Reference in New Issue
Block a user