mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +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>
 | 
					            </tr>
 | 
				
			||||||
          </thead>
 | 
					          </thead>
 | 
				
			||||||
          <tbody id="inputs">
 | 
					          <tbody id="inputs">
 | 
				
			||||||
            {% for input in job.inputs %}
 | 
					            {% for input in job.inputs|sort(attribute="id", reverse=true) %}
 | 
				
			||||||
            <tr>
 | 
					            <tr>
 | 
				
			||||||
              <td id="input-{{ input.id }}-filename">{{ input.filename }}</td>
 | 
					              <td id="input-{{ input.id }}-filename">{{ input.filename }}</td>
 | 
				
			||||||
              <td id="input-{{ input.id }}-download">
 | 
					              <td id="input-{{ input.id }}-download">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user