|
|
@@ -56,7 +56,7 @@ |
|
|
|
margin:10px 5px ; |
|
|
|
} |
|
|
|
.tab_2_content { |
|
|
|
min-height: 560px; |
|
|
|
min-height: 460px; |
|
|
|
margin-left: 10px; |
|
|
|
} |
|
|
|
.ac-grid { |
|
|
@@ -189,9 +189,9 @@ td, th { |
|
|
|
{{$.i18n.Tr "repo.modelarts.notebook"}} |
|
|
|
</a> |
|
|
|
<div class="divider"> / </div> |
|
|
|
|
|
|
|
<div class="active section">{{.jobName}}</div> |
|
|
|
|
|
|
|
{{with .task}} |
|
|
|
<div class="active section">{{.DisplayJobName}}</div> |
|
|
|
{{end}} |
|
|
|
</div> |
|
|
|
</h4> |
|
|
|
{{with .task}} |
|
|
@@ -241,7 +241,7 @@ td, th { |
|
|
|
</td> |
|
|
|
<td class="ti-text-form-content"> |
|
|
|
<div class="text-span text-span-w"> |
|
|
|
{{$.jobName}} |
|
|
|
{{.DisplayJobName}} |
|
|
|
</div> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
@@ -297,20 +297,6 @@ td, th { |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
|
|
|
|
<tr class="ti-no-ng-animate"> |
|
|
|
<td class="ti-no-ng-animate ti-text-form-label text-width80"> |
|
|
|
{{$.i18n.Tr "cloudbrain.dataset_storage_path"}} |
|
|
|
</td> |
|
|
|
|
|
|
|
<td class="ti-text-form-content"> |
|
|
|
<div class="text-span text-span-w" id="dataset_storage_path"> |
|
|
|
{{$.dataset_path}} |
|
|
|
</div> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</tbody> |
|
|
|
</table> |
|
|
|
</div> |
|
|
|