wazuh-kibana-app/public/controllers/index.js
2018-05-04 18:03:35 +02:00

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'