Skip to content

Commit 6783759

Browse files
committed
Merge remote-tracking branch 'upstream/main' into bnr-object-limits
2 parents 140f63d + 2ef1613 commit 6783759

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.asf.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ github:
5252
collaborators:
5353
- acs-robot
5454
- rajujith
55-
- GaOrtiga
56-
- SadiJr
5755
- winterhazel
5856
- gpordeus
5957
- hsato03

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: cloudstack
22
Section: libs
33
Priority: extra
4-
Maintainer: Wido den Hollander <[email protected]>
4+
Maintainer: The Apache CloudStack Team <[email protected]>
55
Build-Depends: debhelper (>= 9), openjdk-17-jdk | java17-sdk | java17-jdk | zulu-17 | openjdk-11-jdk | java11-sdk | java11-jdk | zulu-11, genisoimage,
66
python-mysql.connector | python3-mysql.connector | mysql-connector-python-py3, maven (>= 3) | maven3,
77
python (>= 2.7) | python2 (>= 2.7), python3 (>= 3), python-setuptools, python3-setuptools,

ui/src/views/image/RegisterOrUploadTemplate.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
</a-form-item>
215215
</a-col>
216216
</a-row>
217-
<a-row :gutter="12" v-if="allowed && (hyperKVMShow || hyperCustomShow) && currentForm === 'Create'">
217+
<a-row :gutter="12" v-if="(hyperKVMShow || hyperCustomShow) && currentForm === 'Create'">
218218
<a-col :md="24" :lg="12">
219219
<a-form-item ref="directdownload" name="directdownload">
220220
<template #label>

0 commit comments

Comments
 (0)