From 9c134bf7907295babee4ec1a92a35bf98fe06089 Mon Sep 17 00:00:00 2001 From: YaqinLi Date: Fri, 18 Aug 2023 00:06:07 +0000 Subject: [PATCH] show aws account id in host detail ui --- deploy-board/deploy_board/templates/hosts/host_details.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deploy-board/deploy_board/templates/hosts/host_details.html b/deploy-board/deploy_board/templates/hosts/host_details.html index 10f247141e..90d8d1d15c 100644 --- a/deploy-board/deploy_board/templates/hosts/host_details.html +++ b/deploy-board/deploy_board/templates/hosts/host_details.html @@ -58,7 +58,8 @@
- + + @@ -69,6 +70,7 @@ {% for host in hosts %} +
AWS Acccount Id Host Name Host Id Host Group
{{ host.accountId }} {{ host.hostName }} {{ host.hostId }} {{ host.groupName }}