Skip to content

Commit

Permalink
Backport 5298 to 4.5 7.10 (#5306)
Browse files Browse the repository at this point in the history
* Change `anchor` to `EuiLink` (#5298)

* Change some anchor to euiLink

* Change anchor to euiLink

* Change register-agent euilink

* Add changelog

---------

Co-authored-by: Maximiliano Ibarra <6089438+Machi3mfl@users.noreply.github.com>
(cherry picked from commit cf4e214)

* Remove the code of another PR

* Update wz-blank-screen.js
  • Loading branch information
yenienserrano authored Mar 20, 2023
1 parent 27ec72c commit ec671cc
Show file tree
Hide file tree
Showing 15 changed files with 452 additions and 329 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All notable changes to the Wazuh app project will be documented in this file.

### Added

- Added rel="noopener noreferrer" in documentation links. [#5197](https://github.com/wazuh/wazuh-kibana-app/pull/5197) [#5274](https://github.com/wazuh/wazuh-kibana-app/pull/5274)
- Added rel="noopener noreferrer" in documentation links. [#5197](https://github.com/wazuh/wazuh-kibana-app/pull/5197) [#5274](https://github.com/wazuh/wazuh-kibana-app/pull/5274) [#5298](https://github.com/wazuh/wazuh-kibana-app/pull/5298)
- Added `ignore` and `restrict` options to Syslog configuration. [#5203](https://github.com/wazuh/wazuh-kibana-app/pull/5203)

### Changed
Expand Down
1 change: 1 addition & 0 deletions public/components/agents/fim/inventory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ export class Inventory extends Component {
<EuiLink
href={webDocumentationLink('user-manual/capabilities/file-integrity/index.html')}
target="_blank"
external
style={{ textAlign: "center" }}
rel="noopener noreferrer"
>
Expand Down
6 changes: 4 additions & 2 deletions public/components/agents/syscollector/inventory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import {
EuiFlexGroup,
EuiFlexItem,
EuiCallOut,
EuiLink
} from '@elastic/eui';
import { InventoryMetrics } from './components/syscollector-metrics';
import { SyscollectorTable } from './components/syscollector-table';
Expand All @@ -37,15 +38,16 @@ export function SyscollectorInventory({ agent }) {
The agent has been registered but has not yet connected to the
manager.
</p>
<a
<EuiLink
href={webDocumentationLink(
'user-manual/agents/agent-connection.html',
)}
target='_blank'
rel='noopener noreferrer'
external
>
Checking connection with the Wazuh server
</a>
</EuiLink>
</Fragment>
}
actions={
Expand Down
Loading

0 comments on commit ec671cc

Please sign in to comment.