@@ -294,7 +294,6 @@ | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<div style="clear:both"> | <div style="clear:both"> | ||||
{{if $.datasetDownload}} | |||||
<table style="border:none" class="ui fixed small stackable table"> | <table style="border:none" class="ui fixed small stackable table"> | ||||
<thead> | <thead> | ||||
<tr><th style="color: #8a8e99;font-size:12px" class="three wide left aligned">{{$.i18n.Tr "dataset.file"}}</th> | <tr><th style="color: #8a8e99;font-size:12px" class="three wide left aligned">{{$.i18n.Tr "dataset.file"}}</th> | ||||
@@ -315,7 +314,6 @@ | |||||
</tbody> | </tbody> | ||||
</table> | </table> | ||||
{{end}} | |||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -373,7 +373,7 @@ | |||||
</tbody> | </tbody> | ||||
{{end}} | {{end}} | ||||
</table> | </table> | ||||
{{if and (eq .ComputeResource "NPU") ($.modelDownload)}} | |||||
{{if and (eq .ComputeResource "NPU") ($.modelDownload.Name)}} | |||||
<table style="border:none" class="ui fixed small stackable table"> | <table style="border:none" class="ui fixed small stackable table"> | ||||
<thead> | <thead> | ||||
<tr> | <tr> | ||||
@@ -308,7 +308,6 @@ | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<div style="clear:both"> | <div style="clear:both"> | ||||
{{if $.datasetDownload}} | |||||
<table style="border:none" class="ui fixed small stackable table"> | <table style="border:none" class="ui fixed small stackable table"> | ||||
<thead> | <thead> | ||||
<tr><th style="color: #8a8e99;font-size:12px" class="three wide left aligned">{{$.i18n.Tr "dataset.file"}}</th> | <tr><th style="color: #8a8e99;font-size:12px" class="three wide left aligned">{{$.i18n.Tr "dataset.file"}}</th> | ||||
@@ -327,7 +326,6 @@ | |||||
{{end}} | {{end}} | ||||
</tbody> | </tbody> | ||||
</table> | </table> | ||||
{{end}} | |||||
</div> | </div> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -278,7 +278,6 @@ | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<div style="clear:both"> | <div style="clear:both"> | ||||
{{if $.datasetDownload}} | |||||
<table style="border:none" class="ui fixed small stackable table"> | <table style="border:none" class="ui fixed small stackable table"> | ||||
<thead> | <thead> | ||||
<tr><th style="color: #8a8e99;font-size:12px" class="three wide left aligned">{{$.i18n.Tr "dataset.file"}}</th> | <tr><th style="color: #8a8e99;font-size:12px" class="three wide left aligned">{{$.i18n.Tr "dataset.file"}}</th> | ||||
@@ -300,7 +299,6 @@ | |||||
</tbody> | </tbody> | ||||
</table> | </table> | ||||
{{end}} | |||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -270,7 +270,7 @@ | |||||
</tbody> | </tbody> | ||||
</table> | </table> | ||||
{{end}} | {{end}} | ||||
{{if $.modelDownload}} | |||||
{{if $.modelDownload.Name}} | |||||
<table style="border:none" class="ui fixed small stackable table"> | <table style="border:none" class="ui fixed small stackable table"> | ||||
<thead> | <thead> | ||||
<tr> | <tr> | ||||
@@ -13,6 +13,11 @@ | |||||
.width48{ | .width48{ | ||||
width: 48.5% !important; | width: 48.5% !important; | ||||
} | } | ||||
.width85{ | |||||
width: 85% !important; | |||||
margin-left: 10.5rem !important; | |||||
align-items: center; | |||||
} | |||||
</style> | </style> | ||||
{{template "custom/global_mask" .}} | {{template "custom/global_mask" .}} | ||||
<div class="repository"> | <div class="repository"> | ||||