Skip to content

Commit 00bb9ec

Browse files
committed
Merge branch '4.18' into 4.19
2 parents 9df783c + d15a074 commit 00bb9ec

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

tools/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
FROM ubuntu:22.04
2121

2222
MAINTAINER "Apache CloudStack" <[email protected]>
23-
LABEL Vendor="Apache.org" License="ApacheV2" Version="4.19.2.0-SNAPSHOT"
23+
LABEL Vendor="Apache.org" License="ApacheV2" Version="4.18.3.0-SNAPSHOT" Author="Apache CloudStack <[email protected]>"
2424

2525
ARG DEBIAN_FRONTEND=noninteractive
2626

tools/docker/Dockerfile.marvin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
FROM python:2
2121

2222
MAINTAINER "Apache CloudStack" <[email protected]>
23-
LABEL Vendor="Apache.org" License="ApacheV2" Version="4.19.2.0-SNAPSHOT"
23+
LABEL Vendor="Apache.org" License="ApacheV2" Version="4.18.3.0-SNAPSHOT" Author="Apache CloudStack <[email protected]>"
2424

2525
ENV WORK_DIR=/marvin
2626

tools/docker/Dockerfile.smokedev

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919

2020
FROM ubuntu:16.04
2121

22-
MAINTAINER "Apache CloudStack" <[email protected]>
23-
LABEL Vendor="Apache.org" License="ApacheV2" Version="4.12.0-SNAPSHOT"
22+
LABEL Vendor="Apache.org" License="ApacheV2" Version="4.12.0-SNAPSHOT" Author="Apache CloudStack <[email protected]>"
2423

2524
RUN apt-get -y update && apt-get install -y \
2625
genisoimage \

ui/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919

2020
FROM node:14-bullseye AS build
2121

22-
MAINTAINER "Apache CloudStack" <[email protected]>
2322
LABEL Description="Apache CloudStack UI; Modern role-base progressive UI for Apache CloudStack"
2423
LABEL Vendor="Apache.org"
2524
LABEL License=ApacheV2
2625
LABEL Version=0.5.0
26+
LABEL Author="Apache CloudStack <[email protected]>"
2727

2828
WORKDIR /build
2929

ui/src/config/section/compute.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default {
4747
return filters
4848
},
4949
columns: () => {
50-
const fields = ['displayname', 'state', 'ipaddress']
50+
const fields = ['name', 'state', 'ipaddress']
5151
const metricsFields = ['cpunumber', 'cputotal', 'cpuused', 'memorytotal',
5252
{
5353
memoryused: (record) => {
@@ -77,7 +77,7 @@ export default {
7777
fields.push('zonename')
7878
return fields
7979
},
80-
searchFilters: ['displayname', 'zoneid', 'domainid', 'account', 'groupid', 'tags'],
80+
searchFilters: ['name', 'zoneid', 'domainid', 'account', 'groupid', 'tags'],
8181
details: () => {
8282
var fields = ['name', 'displayname', 'id', 'state', 'ipaddress', 'ip6address', 'templatename', 'ostypename',
8383
'serviceofferingname', 'isdynamicallyscalable', 'haenable', 'hypervisor', 'boottype', 'bootmode', 'account',

0 commit comments

Comments
 (0)