|
|
@@ -327,7 +327,7 @@ td, th { |
|
|
|
|
|
|
|
<td class="ti-text-form-content"> |
|
|
|
<div class="text-span text-span-w" id="{{.VersionName}}-BenchmarkTypeName"> |
|
|
|
{{if not (eq .task.StartTime 0)}} |
|
|
|
{{if not (eq .StartTime 0)}} |
|
|
|
{{TimeSinceUnix1 .EndTime}} |
|
|
|
{{else}} |
|
|
|
-- |
|
|
@@ -342,7 +342,7 @@ td, th { |
|
|
|
|
|
|
|
<td class="ti-text-form-content"> |
|
|
|
<div class="text-span text-span-w" id="{{.VersionName}}-BenchmarkTypeName"> |
|
|
|
{{$.datasetname}} |
|
|
|
{{.datasetname}} |
|
|
|
</div> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
@@ -356,7 +356,7 @@ td, th { |
|
|
|
|
|
|
|
<td class="ti-text-form-content"> |
|
|
|
<div class="text-span text-span-w"> |
|
|
|
{{$.resource_spec}} |
|
|
|
{{.resource_spec}} |
|
|
|
</div> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|