|
|
@@ -17,7 +17,7 @@ |
|
|
<div class="ui mini icon buttons" style="margin-right: 10px;"> |
|
|
<div class="ui mini icon buttons" style="margin-right: 10px;"> |
|
|
<a class="ui basic{{if ne .DecompressState 1}} disabled{{else}} blue{{end}} button" href="datasets/dirs/{{.UUID}}?type={{$.Type}}" data-tooltip='{{$.i18n.Tr "dataset.directory"}}'>{{svg "octicon-file-directory" 16}}</a> |
|
|
<a class="ui basic{{if ne .DecompressState 1}} disabled{{else}} blue{{end}} button" href="datasets/dirs/{{.UUID}}?type={{$.Type}}" data-tooltip='{{$.i18n.Tr "dataset.directory"}}'>{{svg "octicon-file-directory" 16}}</a> |
|
|
{{if $.IsSigned}} |
|
|
{{if $.IsSigned}} |
|
|
<a class="ui blue basic{{if ne .DecompressState 1}} disabled{{else}} blue{{end}}{{end}} button" href="datasets/label/{{.UUID}}?type={{$.Type}}" data-tooltip='{{$.i18n.Tr "dataset.create_label_task"}}'>{{svg "octicon-pencil" 16}}</a> |
|
|
|
|
|
|
|
|
<a class="ui basic{{if ne .DecompressState 1}} disabled{{else}} blue{{end}} button" href="datasets/label/{{.UUID}}?type={{$.Type}}" data-tooltip='{{$.i18n.Tr "dataset.create_label_task"}}'>{{svg "octicon-pencil" 16}}</a> |
|
|
{{end}} |
|
|
{{end}} |
|
|
</div> |
|
|
</div> |
|
|
{{if not .CanDel}} |
|
|
{{if not .CanDel}} |
|
|
|