From ea2033145dd5b9a8240d6b6ae3977237d6144061 Mon Sep 17 00:00:00 2001 From: liyaqin1 <42289525+liyaqin1@users.noreply.github.com> Date: Wed, 27 Mar 2024 11:57:34 -0700 Subject: [PATCH] Show host type ID on Teletraan UI (#1546) show host type ID on Teletraan UI --- deploy-board/deploy_board/templates/clusters/host_types.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deploy-board/deploy_board/templates/clusters/host_types.tmpl b/deploy-board/deploy_board/templates/clusters/host_types.tmpl index 653f633280..194e8671ca 100644 --- a/deploy-board/deploy_board/templates/clusters/host_types.tmpl +++ b/deploy-board/deploy_board/templates/clusters/host_types.tmpl @@ -4,8 +4,9 @@
+ - + @@ -19,6 +20,7 @@ {% for host_type in host_types %} +
ID ArchAbstract NameAbstract Name Provider Name Cloud Provider Core
{{ host_type.id }} {{ host_type.arch_name }} {{ host_type.abstract_name }} {{ host_type.provider_name }}