index.js (418db63c77aad03fe3401c7acd9f9792fab96a68) | index.js (5b8cef81cfa896ecdb0b6ad9d43c78d67d087a62) |
---|---|
1/** 2 * A module which contains the definition of the application and the base of 3 * configuration 4 * 5 * @module app/index/services/index 6 * @exports app/index 7 * 8 */ --- 54 unchanged lines hidden (view full) --- 63import form_input_error from './common/directives/form-input-error.js'; 64import icon_provider from './common/directives/icon-provider.js'; 65import password_confirmation from './common/directives/password-confirmation.js'; 66import password_visibility_toggle from './common/directives/password-visibility-toggle/password-visibility-toggle.js'; 67 68import components_index from './common/components/index.js'; 69import table_component from './common/components/table/table.js'; 70import table_actions_component from './common/components/table/table-actions.js'; | 1/** 2 * A module which contains the definition of the application and the base of 3 * configuration 4 * 5 * @module app/index/services/index 6 * @exports app/index 7 * 8 */ --- 54 unchanged lines hidden (view full) --- 63import form_input_error from './common/directives/form-input-error.js'; 64import icon_provider from './common/directives/icon-provider.js'; 65import password_confirmation from './common/directives/password-confirmation.js'; 66import password_visibility_toggle from './common/directives/password-visibility-toggle/password-visibility-toggle.js'; 67 68import components_index from './common/components/index.js'; 69import table_component from './common/components/table/table.js'; 70import table_actions_component from './common/components/table/table-actions.js'; |
71import table_toolbar_component from './common/components/table/table-toolbar.js'; 72import table_checkbox from './common/components/table/table-checkbox.js'; |
|
71 72import login_index from './login/index.js'; 73import login_controller from './login/controllers/login-controller.js'; 74 75import overview_index from './overview/index.js'; 76import system_overview_controller from './overview/controllers/system-overview-controller.js'; 77 78import server_control_index from './server-control/index.js'; --- 136 unchanged lines hidden --- | 73 74import login_index from './login/index.js'; 75import login_controller from './login/controllers/login-controller.js'; 76 77import overview_index from './overview/index.js'; 78import system_overview_controller from './overview/controllers/system-overview-controller.js'; 79 80import server_control_index from './server-control/index.js'; --- 136 unchanged lines hidden --- |