mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 18:05:20 +00:00
23 lines
952 B
JavaScript
23 lines
952 B
JavaScript
/*
|
|
* Wazuh app - File for app requirements and set up
|
|
* Copyright (C) 2018 Wazuh, Inc.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* Find more information about this on the LICENSE file.
|
|
*/
|
|
import 'plugins/wazuh/controllers/blank-screen-controller'
|
|
import 'plugins/wazuh/controllers/login'
|
|
import 'plugins/wazuh/controllers/overview'
|
|
import 'plugins/wazuh/controllers/manager'
|
|
import 'plugins/wazuh/controllers/ruleset'
|
|
import 'plugins/wazuh/controllers/osseclog'
|
|
import 'plugins/wazuh/controllers/groups'
|
|
import 'plugins/wazuh/controllers/agents'
|
|
import 'plugins/wazuh/controllers/agents-preview'
|
|
import 'plugins/wazuh/controllers/settings'
|
|
import 'plugins/wazuh/controllers/health-check'
|
|
import 'plugins/wazuh/controllers/dev-tools' |