From: Scott Baker Date: Tue, 20 Jan 2015 20:37:36 +0000 (-0800) Subject: warning for Service Level as well X-Git-Url: http://git.onelab.eu/?p=plstackapi.git;a=commitdiff_plain;h=e5eeb46dd6b896101cf680bcf4d1d3083960afdf warning for Service Level as well --- 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() {