From e5eeb46dd6b896101cf680bcf4d1d3083960afdf Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Tue, 20 Jan 2015 12:37:36 -0800 Subject: [PATCH] warning for Service Level as well --- planetstack/core/xoslib/static/js/xosTenant.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/planetstack/core/xoslib/static/js/xosTenant.js b/planetstack/core/xoslib/static/js/xosTenant.js index c0d9ab9..ae6f955 100644 --- a/planetstack/core/xoslib/static/js/xosTenant.js +++ b/planetstack/core/xoslib/static/js/xosTenant.js @@ -137,7 +137,8 @@ XOSTenantApp.buildViews = function() { app: XOSTenantApp, detailFields: ["serviceClass", "default_image", "default_flavor", "network_ports", "mount_data_sets"], fieldDisplayNames: {serviceClass: "Service Level", "default_flavor": "Flavor", "default_image": "Image", "mount_data_sets": "Data Sets"}, - helpText: {"default_image": "Existing slivers will be re-instantiated if changed", + helpText: {"serviceClass": "Existing slivers will be re-instantiated if changed", + "default_image": "Existing slivers will be re-instantiated if changed", "default_flavor": "Existing slivers will be re-instantiated if changed"}, onShow: function() { -- 2.43.0