diff --git a/ui/jsp/diskoffering.jsp b/ui/jsp/diskoffering.jsp
index 98c2c9712f5..da92aa5f907 100644
--- a/ui/jsp/diskoffering.jsp
+++ b/ui/jsp/diskoffering.jsp
@@ -111,9 +111,7 @@ dictionary = {
diff --git a/ui/jsp/serviceoffering.jsp b/ui/jsp/serviceoffering.jsp
index 82f7447e33a..e6188e10ba5 100644
--- a/ui/jsp/serviceoffering.jsp
+++ b/ui/jsp/serviceoffering.jsp
@@ -131,11 +131,7 @@ dictionary = {
@@ -145,9 +141,7 @@ dictionary = {
diff --git a/ui/scripts/cloud.core.diskoffering.js b/ui/scripts/cloud.core.diskoffering.js
index 5d3223db940..538214a171c 100644
--- a/ui/scripts/cloud.core.diskoffering.js
+++ b/ui/scripts/cloud.core.diskoffering.js
@@ -39,8 +39,8 @@ function diskOfferingGetSearchParams() {
function afterLoadDiskOfferingJSP() {
initAddDiskOfferingDialog();
- $readonlyFields = $("#tab_content_details").find("#name, #displaytext, #tags, #domain");
- $editFields = $("#tab_content_details").find("#name_edit, #displaytext_edit, #domain_edit");
+ $readonlyFields = $("#tab_content_details").find("#name, #displaytext");
+ $editFields = $("#tab_content_details").find("#name_edit, #displaytext_edit");
}
function initAddDiskOfferingDialog() {
diff --git a/ui/scripts/cloud.core.serviceoffering.js b/ui/scripts/cloud.core.serviceoffering.js
index 9fa018e48bc..14d89ac3484 100644
--- a/ui/scripts/cloud.core.serviceoffering.js
+++ b/ui/scripts/cloud.core.serviceoffering.js
@@ -39,8 +39,8 @@ function serviceOfferingGetSearchParams() {
function afterLoadServiceOfferingJSP() {
initAddServiceOfferingDialog();
- $readonlyFields = $("#tab_content_details").find("#name, #displaytext, #offerha, #tags, #domain");
- $editFields = $("#tab_content_details").find("#name_edit, #displaytext_edit, #offerha_edit, #domain_edit");
+ $readonlyFields = $("#tab_content_details").find("#name, #displaytext");
+ $editFields = $("#tab_content_details").find("#name_edit, #displaytext_edit");
}
function initAddServiceOfferingDialog() {