mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Tabs: Add $tab_class
explicitly as non-dynamic property
This commit is contained in:
parent
30b91b9cd2
commit
302bf3ef54
@ -107,6 +107,13 @@ EOT;
|
|||||||
*/
|
*/
|
||||||
private $closeTab = true;
|
private $closeTab = true;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* CSS class name(s) for the <ul> element
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
private $tab_class;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set whether the current tab is closable
|
* Set whether the current tab is closable
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user