mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-03 20:02:47 +00:00 
			
		
		
		
	Rename file setup service
This commit is contained in:
		@@ -11,7 +11,7 @@ import os
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
SERVICES = {'corpus_analysis': {'name': 'Corpus analysis'},
 | 
			
		||||
            'file_setup': {'name': 'File setup',
 | 
			
		||||
            'file-setup': {'name': 'File setup',
 | 
			
		||||
                           'resources': {'mem_mb': 4096, 'n_cores': 4},
 | 
			
		||||
                           'add_job_form': AddFileSetupJobForm},
 | 
			
		||||
            '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 {
 | 
			
		||||
  content: "search";
 | 
			
		||||
}
 | 
			
		||||
.service[data-service="file_setup"]:before {
 | 
			
		||||
.service[data-service="file-setup"]:before {
 | 
			
		||||
  content: "burst_mode";
 | 
			
		||||
}
 | 
			
		||||
.service[data-service="nlp"]:before {
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{% 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 %}
 | 
			
		||||
<div class="col s12 m3 push-m9">
 | 
			
		||||
		Reference in New Issue
	
	Block a user