1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 01:21:21 +03:00

Merge pull request #475 from marshmalien/fix/remove-host-filter-import

Remove host-filter-modal import
This commit is contained in:
Marliana Lara 2017-09-27 16:06:07 -04:00 committed by GitHub
commit 0b11a0d642

View File

@ -80,7 +80,6 @@
@import '../../src/inventories-hosts/inventories/insights/insights.block.less';
@import '../../src/inventories-hosts/inventories/list/host-summary-popover/host-summary-popover.block.less';
@import '../../src/inventories-hosts/inventories/related/hosts/related-groups-labels/relatedGroupsLabelsList.block.less';
@import '../../src/inventories-hosts/inventories/smart-inventory/smart-inventory-host-filter/host-filter-modal/host-filter-modal.block.less';
@import '../../src/inventories-hosts/inventories/inventories.block.less';
@import '../../src/inventories-hosts/shared/associate-groups/associate-groups.block.less';
@import '../../src/inventories-hosts/shared/associate-hosts/associate-hosts.block.less';
@ -145,10 +144,10 @@
/**
* App-wide style
* App-wide style
*
* NOTE: Variables, mixins, and classes below are useful in more than one place across the
* application. When working with Less, if the need for a variable, mixin, class, etc exists in
* application. When working with Less, if the need for a variable, mixin, class, etc exists in
* more than one location, take a moment to move it to this more general location for easy reuse
* and to avoid duplication.
*/
@ -161,8 +160,8 @@
* Component and Feature style
*
* NOTE: These index files are aggregation points for components and features. To view the more
* granular imports, view the contents of these files. Variables, classes, etc defined within
* these specific files ought to have no use elsewhere. As we shift to leverage components, very
* granular imports, view the contents of these files. Variables, classes, etc defined within
* these specific files ought to have no use elsewhere. As we shift to leverage components, very
* few feature-specific styles will exist.
*/
@import '../components/_index';