partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 7d4f2a7f97c5837cb2c1cc2dceef9cc3f671c6d1
parent 1e86e0d1686f243517dae645c700d4be71404c38
Author: Timo A. Hummel <felicitus@felicitus.org>
Date:   Sat, 28 Apr 2018 16:48:13 +0200

Added icon to the filter panel to make it hopefully visually more intuitive that there are filters hidden beneath it

Diffstat:
Msrc/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/PartFilterPanel.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/PartFilterPanel.js b/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/PartFilterPanel.js @@ -33,6 +33,7 @@ Ext.define('PartKeepr.PartFilterPanel', { //bodyStyle: 'background:#DBDBDB;', ui: 'default-framed', + iconCls: "fugue-icon funnel", partManager: null, storageLocationFilter: null,