Welcome to mirror list, hosted at ThFree Co, Russian Federation.

template.handlebars « js - github.com/nextcloud/files_retention.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 479f378043640071765578902e0aaba0e40a845a (plain)
1
2
3
4
5
6
7
8
<tr data-id="{{id}}">
	<td><span>{{tagName}}</span></td>
	<td><span>{{timeAmount}}</span></td>
	<td><span>{{timeUnit}}</span></td>
	<td><span>{{timeAfter}}</span></td>
	<td><span>{{hasJob}}</span></td>
	<td><a class="icon-delete has-tooltip" title="{{deleteString}}"></a></td>
<tr>