mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 01:21:21 +03:00
Remove host-filter-modal import
This commit is contained in:
parent
a886747676
commit
0eadd69934
@ -80,7 +80,6 @@
|
|||||||
@import '../../src/inventories-hosts/inventories/insights/insights.block.less';
|
@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/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/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/inventories/inventories.block.less';
|
||||||
@import '../../src/inventories-hosts/shared/associate-groups/associate-groups.block.less';
|
@import '../../src/inventories-hosts/shared/associate-groups/associate-groups.block.less';
|
||||||
@import '../../src/inventories-hosts/shared/associate-hosts/associate-hosts.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
|
* 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
|
* more than one location, take a moment to move it to this more general location for easy reuse
|
||||||
* and to avoid duplication.
|
* and to avoid duplication.
|
||||||
*/
|
*/
|
||||||
@ -161,8 +160,8 @@
|
|||||||
* Component and Feature style
|
* Component and Feature style
|
||||||
*
|
*
|
||||||
* NOTE: These index files are aggregation points for components and features. To view the more
|
* 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
|
* 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
|
* these specific files ought to have no use elsewhere. As we shift to leverage components, very
|
||||||
* few feature-specific styles will exist.
|
* few feature-specific styles will exist.
|
||||||
*/
|
*/
|
||||||
@import '../components/_index';
|
@import '../components/_index';
|
||||||
|
Loading…
Reference in New Issue
Block a user