#2642 管理后台云脑任务列表云脑侧名称列悬浮提示文字不对 #2870 个人中心的云脑任务列表,筛选启智集群所有的npu调试任务,无法删除pull/2980/head
@@ -1364,7 +1364,9 @@ fork_guest_user = Sign in to fork this repository. | |||||
copy_link = Copy | copy_link = Copy | ||||
copy_link_success = Link has been copied | copy_link_success = Link has been copied | ||||
copy_link_error = Use ⌘C or Ctrl-C to copy | copy_link_error = Use ⌘C or Ctrl-C to copy | ||||
copy = Copy | |||||
copied = Copied OK | copied = Copied OK | ||||
copied_error = Copied error | |||||
unwatch = Unwatch | unwatch = Unwatch | ||||
watch = Watch | watch = Watch | ||||
unstar = Unstar | unstar = Unstar | ||||
@@ -1380,7 +1380,9 @@ fork_guest_user=登录并 派生 这个项目。 | |||||
copy_link=复制链接 | copy_link=复制链接 | ||||
copy_link_success=已复制链接 | copy_link_success=已复制链接 | ||||
copy_link_error=请按下 ⌘-C 或 Ctrl-C 复制 | copy_link_error=请按下 ⌘-C 或 Ctrl-C 复制 | ||||
copy=复制 | |||||
copied=复制成功 | copied=复制成功 | ||||
copied_error=复制失败 | |||||
unwatch=取消关注 | unwatch=取消关注 | ||||
watch=关注 | watch=关注 | ||||
unstar=取消点赞 | unstar=取消点赞 | ||||
@@ -2013,7 +2015,7 @@ settings.githooks=管理 Git 钩子 | |||||
settings.basic_settings=基本设置 | settings.basic_settings=基本设置 | ||||
settings.mirror_settings=镜像设置 | settings.mirror_settings=镜像设置 | ||||
settings.sync_mirror=同步 | settings.sync_mirror=同步 | ||||
settings.mirror_sync_in_progress=镜像同步正在进行中,请稍后后再试。 | |||||
settings.mirror_sync_in_progress=镜像同步正在进行中,请稍后再试。 | |||||
settings.email_notifications.enable=启用邮件通知 | settings.email_notifications.enable=启用邮件通知 | ||||
settings.email_notifications.onmention=只在被提到时邮件通知 | settings.email_notifications.onmention=只在被提到时邮件通知 | ||||
settings.email_notifications.disable=停用邮件通知 | settings.email_notifications.disable=停用邮件通知 | ||||
@@ -205,11 +205,12 @@ | |||||
<!-- 云脑侧名称 --> | <!-- 云脑侧名称 --> | ||||
<div class="two wide column text center nowrap" | <div class="two wide column text center nowrap" | ||||
style="overflow: hidden;text-overflow:ellipsis;width:10% !important;"> | style="overflow: hidden;text-overflow:ellipsis;width:10% !important;"> | ||||
<span class="ui poping up clipboard" data-position="top center" id="clipboard-btn" style="cursor:pointer" | |||||
<span class="ui poping up clipboard" data-position="top center" id="clipboard-btn-{{.JobName}}" style="cursor:pointer" | |||||
data-clipboard-text="{{.JobName}}" | data-clipboard-text="{{.JobName}}" | ||||
data-success="{{$.i18n.Tr "repo.copy_link_success"}}" | |||||
data-error="{{$.i18n.Tr "repo.copy_link_error"}}" | |||||
data-content="{{$.i18n.Tr "repo.copy_link"}}" | |||||
data-original="{{$.i18n.Tr "repo.copy"}}" | |||||
data-success="{{$.i18n.Tr "repo.copied"}}" | |||||
data-error="{{$.i18n.Tr "repo.copied_error"}}" | |||||
data-content="{{$.i18n.Tr "repo.copy"}}" | |||||
data-variation="inverted tiny" | data-variation="inverted tiny" | ||||
> | > | ||||
<span class="fitted" title="{{.JobName}}">{{.JobName}}</span> | <span class="fitted" title="{{.JobName}}">{{.JobName}}</span> | ||||
@@ -15,11 +15,11 @@ | |||||
data-all-compute="{{.i18n.Tr "admin.cloudbrain.all_computing_resources"}}" | data-all-compute="{{.i18n.Tr "admin.cloudbrain.all_computing_resources"}}" | ||||
data-all-status="{{.i18n.Tr "admin.cloudbrain.all_status"}}"></div> | data-all-status="{{.i18n.Tr "admin.cloudbrain.all_status"}}"></div> | ||||
{{template "admin/cloudbrain/search_dashboard" .}} | {{template "admin/cloudbrain/search_dashboard" .}} | ||||
<div class="ui container" style="width: 90%;"> | |||||
<div class="ui container" style="width:90%;overflow-x:auto;overflow-y:hidden"> | |||||
{{template "base/alert" .}} | {{template "base/alert" .}} | ||||
<div class="ui grid"> | |||||
<div class="ui grid" style="min-width:1700px;"> | |||||
<div class="row"> | <div class="row"> | ||||
<div class="ui sixteen wide column"> | |||||
<div class="ui sixteen wide column" style="margin-bottom:15px;"> | |||||
<!-- 任务展示 --> | <!-- 任务展示 --> | ||||
<div class="dataset list"> | <div class="dataset list"> | ||||
<!-- 表头 --> | <!-- 表头 --> | ||||
@@ -377,19 +377,18 @@ | |||||
</div> | </div> | ||||
{{end}} | {{end}} | ||||
{{end}} | |||||
<div id="app" style="margin-top: 2rem;"> | |||||
<div class="center"> | |||||
<el-pagination background @current-change="handleCurrentChange" :current-page="page" | |||||
:page-sizes="[10]" :page-size="10" layout="total, sizes, prev, pager, next, jumper" | |||||
:total="{{.Page.Paginater.Total}}"> | |||||
</el-pagination> | |||||
</div> | |||||
</div> | |||||
{{end}} | |||||
</div> | </div> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
</div> | |||||
</div> | |||||
<div id="app" style="margin-top: 2rem;margin-bottom: 2rem;"> | |||||
<div class="center"> | |||||
<el-pagination background @current-change="handleCurrentChange" :current-page="page" | |||||
:page-sizes="[10]" :page-size="10" layout="total, sizes, prev, pager, next, jumper" | |||||
:total="{{.Page.Paginater.Total}}"> | |||||
</el-pagination> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<!-- 确认模态框 --> | <!-- 确认模态框 --> | ||||