This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
update
tags/v1.22.8.2^2
chenshihai
3 years ago
parent
1d38bfc906
commit
fa59f6e07c
2 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/admin/cloudbrain/list.tmpl
+3
-1
web_src/vuepages/pages/resources/queue/index.vue
+ 1
- 1
templates/admin/cloudbrain/list.tmpl
View File
@@ -30,7 +30,7 @@
</div>
<div class="ui sixteen wide column" style="overflow-x:auto;">
<!-- 任务展示 -->
<div class="dataset list" style="min-width:1
7
00px;margin-top:15px;margin-bottom:15px;">
<div class="dataset list" style="min-width:
2
100px;margin-top:15px;margin-bottom:15px;">
<!-- 表头 -->
<div class="ui grid stackable" style="background: #f0f0f0;;">
<div class="row">
+ 3
- 1
web_src/vuepages/pages/resources/queue/index.vue
View File
@@ -53,7 +53,9 @@
</el-table-column>
<el-table-column :label="$t('operation')" align="center" header-align="center" width="80">
<template slot-scope="scope">
<span class="op-btn" @click="showDialog('edit', scope.row)">{{ $t('edit') }}</span>
<span v-if="scope.row.Cluster !== 'C2Net'" class="op-btn" @click="showDialog('edit', scope.row)">{{
$t('edit')
}}</span>
</template>
</el-table-column>
<template slot="empty">
Write
Preview
Loading…
Cancel
Save