This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
ci4s
/
ci4sManagement-cloud
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
1
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix: 选择镜像时过滤正在构建和构建失败的镜像
pull/193/head
cp3hnu
10 months ago
parent
37401a7c8f
commit
3d11bf667a
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
react-ui/src/components/ResourceSelectorModal/config.tsx
+ 2
- 0
react-ui/src/components/ResourceSelectorModal/config.tsx
View File
@@ -224,6 +224,8 @@ export class MirrorSelector implements SelectorTypeInfo {
image_id: parentKey,
page: 0,
size: 2000,
status: 'available',
state: 1,
});
if (res && res.data) {
const list = res.data.content || [];
Write
Preview
Loading…
Cancel
Save