Skip to content

Commit

Permalink
Edit hostname to host name in dashboard and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanGarriuz committed Dec 7, 2023
1 parent 945202c commit 5bd02ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ All notable changes to the Wazuh app project will be documented in this file.
### Added

- Support for Wazuh 4.7.2
- Added hostname and board serial to Agents > Inventory data [#6191](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6191)
- Added host name and board serial information to Agents > Inventory data [#6191](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6191)

## Wazuh v4.7.1 - OpenSearch Dashboards 2.8.0 - Revision 01

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ exports[`Inventory component A Apple agent should be well rendered. 1`] = `
<div
class="euiText euiText--medium"
>
Hostname:
Host name:
<span
class="euiLoadingSpinner euiLoadingSpinner--small"
/>
Expand Down Expand Up @@ -2137,7 +2137,7 @@ exports[`Inventory component A Linux agent should be well rendered. 1`] = `
<div
class="euiText euiText--medium"
>
Hostname:
Host name:
<span
class="euiLoadingSpinner euiLoadingSpinner--small"
/>
Expand Down Expand Up @@ -4264,7 +4264,7 @@ exports[`Inventory component A Windows agent should be well rendered. 1`] = `
<div
class="euiText euiText--medium"
>
Hostname:
Host name:
<span
class="euiLoadingSpinner euiLoadingSpinner--small"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export function InventoryMetrics({ agent }) {
</EuiFlexItem>
<EuiFlexItem grow={false}>
<EuiText>
Hostname:{' '}
Host name:{' '}
{syscollector.isLoading ? (
<EuiLoadingSpinner size='s' />
) : syscollector.data.os.hostname ? (
Expand Down

0 comments on commit 5bd02ac

Please sign in to comment.