]> git.etc.gen.nz Git - spong.git/commit
Insert header line in group summary view
authorAndrew Ruthven <andrew@etc.gen.nz>
Wed, 19 Dec 2007 20:48:51 +0000 (09:48 +1300)
committerAndrew Ruthven <andrew@cerberus.etc.gen.nz>
Wed, 19 Dec 2007 20:48:51 +0000 (09:48 +1300)
commit07bb1885a7112e661c0d647987fd4e9675dc1eda
treef25a8c67e7d938d127ca58e13877808ba5fedb94
parentcbf0c67c16b664d2e8281ce506d66822e72f49d1
Insert header line in group summary view

Now you can specify a group with a name of "break";. When this group
shows up depending on the group view you're using it does several things.

In the HTML mode, it displays the header bar again. This allows you to
cleanly breakup some different groups in either the brief or standard
group summary views. This group is skipped in the full view.

In text mode it does a simialr thing, but just prints a blank line instead
of repeating the header lines.

An example of what to put in your spong.groups file is:

'group 1' =>; { ... },

'----' => { name => 'break' },

'completely different group' => { ... }
src/lib/Spong/HostGroups.pm