mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-03 20:02:47 +00:00 
			
		
		
		
	Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/opaque into development
This commit is contained in:
		@@ -38,7 +38,7 @@
 | 
			
		||||
            </tr>
 | 
			
		||||
          </thead>
 | 
			
		||||
          <tbody id="inputs">
 | 
			
		||||
            {% for input in job.inputs %}
 | 
			
		||||
            {% for input in job.inputs|sort(attribute="id", reverse=true) %}
 | 
			
		||||
            <tr>
 | 
			
		||||
              <td id="input-{{ input.id }}-filename">{{ input.filename }}</td>
 | 
			
		||||
              <td id="input-{{ input.id }}-download">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user