Skip to content

Commit c20acc6

Browse files
GaborApatiNagyJessica Wang
authored andcommitted
CLOUDSTACK-6565: [UI] New Zones tab for Templates and ISOs
1 parent afd9d4e commit c20acc6

4 files changed

Lines changed: 362 additions & 265 deletions

File tree

client/WEB-INF/classes/resources/messages.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1270,6 +1270,7 @@ label.zone.type=Zone Type
12701270
label.zone.wide=Zone-Wide
12711271
label.zone=Zone
12721272
label.zones=Zones
1273+
label.multiplezones=Multiple Zones
12731274
label.zoneWizard.trafficType.guest=Guest\: Traffic between end-user virtual machines
12741275
label.zoneWizard.trafficType.management=Management\: Traffic between CloudStack\\\\'s internal resources, including any components that communicate with the Management Server, such as hosts and CloudStack system VMs
12751276
label.zoneWizard.trafficType.public=Public\: Traffic between the internet and virtual machines in the cloud.

ui/css/cloudstack3.css

100644100755
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1298,6 +1298,11 @@ div.panel div.list-view div.data-table table {
12981298
border-left: 1px solid #CACACA;
12991299
}
13001300

1301+
.detail-view div#details-tab-zones div.list-view div.data-table table td div.disabled {
1302+
display: none;
1303+
}
1304+
1305+
13011306
div.panel div.list-view div.fixed-header {
13021307
position: absolute;
13031308
top: 29px;
@@ -1313,7 +1318,7 @@ div.panel div.list-view div.fixed-header {
13131318
.detail-view div.list-view div.fixed-header {
13141319
width: 703px !important;
13151320
top: 49px !important;
1316-
left: 32px !important;
1321+
left: 25px !important;
13171322
background: #FFFFFF;
13181323
}
13191324

ui/dictionary.jsp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,6 +1236,8 @@ dictionary = {
12361236
'label.yes': '<fmt:message key="label.yes" />',
12371237
'label.zone.details': '<fmt:message key="label.zone.details" />',
12381238
'label.zone': '<fmt:message key="label.zone" />',
1239+
'label.zones': '<fmt:message key="label.zones" />',
1240+
'label.multiplezones': '<fmt:message key="label.multiplezones" />',
12391241
'label.zone.id': '<fmt:message key="label.zone.id" />',
12401242
'label.zone.name': '<fmt:message key="label.zone.name" />',
12411243
'label.zone.step.1.title': '<fmt:message key="label.zone.step.1.title" />',

0 commit comments

Comments
 (0)