Tab Code Block
A tab is defined using the tab tag with optional tags between an open { and close } brace. Tabs are used by central and overview pages.
Here is a high level view of the basic syntax of a tab block:
tab <string> { screen { layout { <element> { } } } }
Here is a high level view of the syntax of a customized tab block that uses vsplit and hsplit tags:
tab <string> filtered = <boolean> { screen { layout orientation = <string> { vsplit { hsplit percent = <integer> { element id = <string> percent = <integer> element id = <string> percent = <integer> } hsplit { <element> <element> } } } } }
See also Elements Tags