X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetstack%2Fcore%2Fxoslib%2Fstatic%2Fjs%2FxosTenant.js;h=ae6f955eeda30063cd3acdaee29e13fe865e8b6a;hb=e5eeb46dd6b896101cf680bcf4d1d3083960afdf;hp=07762ed94e549d2e3bc6f07156de3359d99a01a8;hpb=65a00df6c4cbba32faa74c17e995ec6e31246282;p=plstackapi.git diff --git a/planetstack/core/xoslib/static/js/xosTenant.js b/planetstack/core/xoslib/static/js/xosTenant.js index 07762ed..ae6f955 100644 --- a/planetstack/core/xoslib/static/js/xosTenant.js +++ b/planetstack/core/xoslib/static/js/xosTenant.js @@ -137,6 +137,9 @@ 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: {"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() { // the slice selector is in a different table, so make every label cell the maximal width @@ -304,7 +307,7 @@ XOSTenantApp.downloadSSH = function(model) { return; } - var htmlView = new HTMLView({html: "
" + sshCommands + "
"}); + var htmlView = new HTMLView({html: '
' + sshCommands + '
'}); XOSTenantApp.tenantSSHCommandsInterior.show(htmlView); $("#tenant-ssh-commands-dialog").dialog({