Skip to content

Commit 0c008c3

Browse files
authored
Merge pull request #789 from jschoiRR/europa-2026
[Mold Europa] ListHostsCmd 기본 생성자 누락 부분 재추가(호스트 메뉴 호출 오류수정)
2 parents 92aedff + cfd75a2 commit 0c008c3

7 files changed

Lines changed: 641 additions & 711 deletions

File tree

api/src/main/java/org/apache/cloudstack/api/command/admin/host/ListHostsCmd.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,9 @@ public String getStorageAccessGroup() {
218218
return storageAccessGroup;
219219
}
220220

221+
public ListHostsCmd() {
222+
}
223+
221224
public ListHostsCmd(String storageAccessGroup) {
222225
this.storageAccessGroup = storageAccessGroup;
223226
}

packaging/centos8/cloud.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,9 @@ if [ \"%{_temp}\" != "" ]; then
202202
FLAGS="$FLAGS `rpm --eval %{?_temp}`"
203203
fi
204204

205-
mvn -Psystemvm,developer -DskipTests $FLAGS clean package
205+
mvn -T 2C -Psystemvm,developer -DskipTests $FLAGS clean package
206206
# cd ui && npm install && node build.js && npm run build && cd ..
207-
cd ui && npm install vue@3.2.31 && npm install && node build.js && npm run build && cd ..
207+
cd ui && npm install && node build.js && npm run build && cd ..
208208

209209
%install
210210
[ ${RPM_BUILD_ROOT} != "/" ] && rm -rf ${RPM_BUILD_ROOT}

0 commit comments

Comments
 (0)