Skip to content

Commit

Permalink
Merge branch 'migrate-index-yml' of https://github.com/wazuh/wazuh-ki…
Browse files Browse the repository at this point in the history
  • Loading branch information
juankaromo committed Sep 26, 2019
2 parents 488b657 + 8817e28 commit 7706a2e
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions public/controllers/settings/components/add-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,12 @@ export class AddApi extends Component {
}

render() {
const apiExample = `hosts:
- <id>:
host: "<api_url>"
port: <api_port>
user: "<api_user>"
password: "<api_password>"
`;
const apiExample = `hosts:
- <id>:
url: <api_url>
port: <api_port>
user: <api_user>
password: <api_password>`;

const checkConnectionChildren = (
<div>
Expand Down Expand Up @@ -141,7 +140,7 @@ export class AddApi extends Component {
</EuiText>
</EuiFlexItem>
<EuiFlexItem />
<EuiFlexItem>
<EuiFlexItem grow={false}>
{this.props.enableClose && (
<EuiButtonEmpty
size="s"
Expand Down

0 comments on commit 7706a2e

Please sign in to comment.