Skip to content

Commit 7ae8dc8

Browse files
author
Jessica Wang
committed
Revert "CLOUDSTACK-6565: [UI] New Zones tab for Templates and ISOs"
This reverts commit 348fb7b.
1 parent aa03af7 commit 7ae8dc8

4 files changed

Lines changed: 265 additions & 362 deletions

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,6 @@ label.zone.type=Zone Type
12711271
label.zone.wide=Zone-Wide
12721272
label.zone=Zone
12731273
label.zones=Zones
1274-
label.multiplezones=Multiple Zones
12751274
label.zoneWizard.trafficType.guest=Guest\: Traffic between end-user virtual machines
12761275
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
12771276
label.zoneWizard.trafficType.public=Public\: Traffic between the internet and virtual machines in the cloud.

ui/css/cloudstack3.css

100755100644
Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,11 +1298,6 @@ 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-
13061301
div.panel div.list-view div.fixed-header {
13071302
position: absolute;
13081303
top: 29px;
@@ -1318,7 +1313,7 @@ div.panel div.list-view div.fixed-header {
13181313
.detail-view div.list-view div.fixed-header {
13191314
width: 703px !important;
13201315
top: 49px !important;
1321-
left: 25px !important;
1316+
left: 32px !important;
13221317
background: #FFFFFF;
13231318
}
13241319

ui/dictionary.jsp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,8 +1237,6 @@ dictionary = {
12371237
'label.yes': '<fmt:message key="label.yes" />',
12381238
'label.zone.details': '<fmt:message key="label.zone.details" />',
12391239
'label.zone': '<fmt:message key="label.zone" />',
1240-
'label.zones': '<fmt:message key="label.zones" />',
1241-
'label.multiplezones': '<fmt:message key="label.multiplezones" />',
12421240
'label.zone.id': '<fmt:message key="label.zone.id" />',
12431241
'label.zone.name': '<fmt:message key="label.zone.name" />',
12441242
'label.zone.step.1.title': '<fmt:message key="label.zone.step.1.title" />',

0 commit comments

Comments
 (0)