wazuh-kibana-app/public/templates/settings/settings-first-use.html
2019-06-27 17:00:33 +02:00

41 lines
2.1 KiB
HTML

<div layout="row" layout-padding ng-if="ctrl.tab === 'api' && !ctrl.load && ctrl.apiEntries.length === 0">
<!-- About card section -->
<md-card flex class="wz-md-card">
<md-card-content>
<react-component name="EuiIcon" props="{type:'iInCircle'}" /> <span class="wz-headline-title">Welcome to
the
Wazuh app for Kibana {{ctrl.kibanaVersion}}</span>
<md-divider class="wz-margin-top-10"></md-divider>
<div layout="row" layout-padding class="wz-line-height">
Wazuh Kibana plugin provides management and monitoring capabilities, giving users control
over the Wazuh infrastructure. Using this plugin you can monitor your agents status and
configuration, query and visualize your alert data and monitor manager rules and
configuration.
</div>
</md-card-content>
</md-card>
<md-card flex class="wz-md-card">
<md-card-content>
<react-component name="EuiIcon" props="{type:'questionInCircle'}" /> <span
class="wz-headline-title">Community</span>
<md-divider class="wz-margin-top-10"></md-divider>
<div layout="row" layout-padding class="wz-line-height">
Enjoy your Wazuh experience and please don't hesitate to give us your feedback.
</div>
<div layout="row" class="layout-align-center-center" flex>
<react-component name="EuiButtonIcon"
props="{iconType:'logoSlack', iconSize:'xxl', href: 'https://wazuh.com/community/join-us-on-slack/', target: '_blank'}" />
<react-component class="wz-margin-left-16" name="EuiButtonIcon"
props="{iconType:'logoGmail', iconSize:'xxl', href: 'https://groups.google.com/forum/#!forum/wazuh', target: '_blank'}" />
<react-component class="wz-margin-left-16" name="EuiButtonIcon"
props="{iconType:'logoGithub', iconSize:'xxl', href: 'https://github.com/wazuh/wazuh-kibana-app', target: '_blank'}" />
</div>
</md-card-content>
</md-card>
</div>