diff --git a/frontend/src/History/Details/HistoryDetails.js b/frontend/src/History/Details/HistoryDetails.js index e0ae06eb1..461ccc2d1 100644 --- a/frontend/src/History/Details/HistoryDetails.js +++ b/frontend/src/History/Details/HistoryDetails.js @@ -21,6 +21,7 @@ function HistoryDetails(props) { limit, offset, source, + host, url } = data; @@ -86,6 +87,15 @@ function HistoryDetails(props) { null } + { + data ? + : + null + } + { data ? + { + data.host ? + data.host : + null + } + + ); + } + if (name === 'elapsedTime') { return ( translate('Host'), + isSortable: false, + isVisible: false + }, { name: 'elapsedTime', label: () => translate('ElapsedTime'),