From a8baefb86b422e4caa4b4c7521ec12eb89f8724a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn?= Date: Thu, 6 Oct 2016 18:52:55 +0200 Subject: [PATCH] B #4844: Fix hbs in prod environments --- .../app/tabs/oneflow-templates-tab/utils/role-tab/html.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sunstone/public/app/tabs/oneflow-templates-tab/utils/role-tab/html.hbs b/src/sunstone/public/app/tabs/oneflow-templates-tab/utils/role-tab/html.hbs index 61b9d240df..e3a170fdf5 100644 --- a/src/sunstone/public/app/tabs/oneflow-templates-tab/utils/role-tab/html.hbs +++ b/src/sunstone/public/app/tabs/oneflow-templates-tab/utils/role-tab/html.hbs @@ -93,7 +93,7 @@
- {{> ./elasticity-thead}} + {{> tabs/oneflow-templates-tab/utils/role-tab/elasticity-thead}} @@ -110,7 +110,7 @@
- {{> ./sched-thead}} + {{> tabs/oneflow-templates-tab/utils/role-tab/sched-thead}}