From b54965d2b6aaf37231d36b90f7b84eebc92a1b25 Mon Sep 17 00:00:00 2001 From: Marcellin Fom Tchassem Date: Tue, 22 Mar 2016 00:45:02 -0500 Subject: [PATCH] Duplicate help message in metadata tab When launching an instance or updating the metadata of an image, there is a duplicate help text on the top and the bottom of the metadata tab. This patch will change the text on the bottom by a meaningful message to avoid the repetition. Change-Id: Idc41db67edaa5bb2921daf958d1e7bf8a07aa648 Closes-Bug: #1558002 Closes-Bug: #1563137 --- .../static/framework/widgets/metadata/tree/metadata-tree.html | 2 +- horizon/static/framework/widgets/metadata/tree/tree.module.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/horizon/static/framework/widgets/metadata/tree/metadata-tree.html b/horizon/static/framework/widgets/metadata/tree/metadata-tree.html index d36413eb97..55d8fa87a5 100644 --- a/horizon/static/framework/widgets/metadata/tree/metadata-tree.html +++ b/horizon/static/framework/widgets/metadata/tree/metadata-tree.html @@ -128,7 +128,7 @@

- +
diff --git a/horizon/static/framework/widgets/metadata/tree/tree.module.js b/horizon/static/framework/widgets/metadata/tree/tree.module.js index 8cdd536c49..b1ee258983 100644 --- a/horizon/static/framework/widgets/metadata/tree/tree.module.js +++ b/horizon/static/framework/widgets/metadata/tree/tree.module.js @@ -43,6 +43,7 @@ /*eslint-disable max-len */ help: gettext('You can specify resource metadata by moving items from the left column to the right column. In the left column there are metadata definitions from the Glance Metadata Catalog. Use the "Custom" option to add metadata with the key of your choice.'), /*eslint-enable max-len */ + item_help: gettext('Click each item to get its description here.'), min: gettext('Min'), max: gettext('Max'), minLength: gettext('Min length'),