From 450bdb0a31778b8da885a172f8456ba31e08ad86 Mon Sep 17 00:00:00 2001 From: Sandeepa Singh Date: Thu, 5 Aug 2021 15:51:56 +0530 Subject: Resolve the download bug on postcode logs page The design has been updated to hide the download button when the key 'AdditionalDataURI' is not present in the redfish API response. Signed-off-by: Sandeepa Singh Change-Id: If78968ad72e62348b4b81967a3b61c2af53fa020 --- src/views/Logs/PostCodeLogs/PostCodeLogs.vue | 1 + 1 file changed, 1 insertion(+) (limited to 'src/views') diff --git a/src/views/Logs/PostCodeLogs/PostCodeLogs.vue b/src/views/Logs/PostCodeLogs/PostCodeLogs.vue index 1154cbff..01e9409a 100644 --- a/src/views/Logs/PostCodeLogs/PostCodeLogs.vue +++ b/src/views/Logs/PostCodeLogs/PostCodeLogs.vue @@ -105,6 +105,7 @@ :export-name="exportFileNameByDate(action.value)" :download-location="row.item.uri" :download-in-new-tab="true" + :show-button="false" >