luigi icon indicating copy to clipboard operation
luigi copied to clipboard

Add showLabel option for top navigation categories

Open ndricimrr opened this issue 3 years ago • 0 comments

Currently it is not possible to show both label and icon on a category shown in the top navigation. Add an option 'showLabel' to make this possible:

{
	category: {
		label: 'Management',
		'icon': 'some-icon',
                 'showLabel': true
	},
	...
}

ndricimrr avatar Aug 19 '22 09:08 ndricimrr