diff --git a/src/sunstone/public/app/tabs/vrouter-templates-tab/form-panels/instantiate.js b/src/sunstone/public/app/tabs/vrouter-templates-tab/form-panels/instantiate.js index af529944ac..53e6194bcf 100644 --- a/src/sunstone/public/app/tabs/vrouter-templates-tab/form-panels/instantiate.js +++ b/src/sunstone/public/app/tabs/vrouter-templates-tab/form-panels/instantiate.js @@ -192,6 +192,8 @@ define(function(require) { inputs_div, template_json, {text_header: ' '+Locale.tr("Custom Attributes")}); + + $("span.template_name", context).text(template_json.VMTEMPLATE.NAME); }, error: Notifier.onError }); diff --git a/src/sunstone/public/app/tabs/vrouter-templates-tab/form-panels/instantiate/templateSelection.hbs b/src/sunstone/public/app/tabs/vrouter-templates-tab/form-panels/instantiate/templateSelection.hbs index b1c2ccf6c2..b8c019e17c 100644 --- a/src/sunstone/public/app/tabs/vrouter-templates-tab/form-panels/instantiate/templateSelection.hbs +++ b/src/sunstone/public/app/tabs/vrouter-templates-tab/form-panels/instantiate/templateSelection.hbs @@ -14,10 +14,10 @@ {{! limitations under the License. }} {{! -------------------------------------------------------------------------- }} -