Text Views With Headers
This package defines several text views with headers
Bases: object
A Text View With a Header
This view simply serializes the model and places the given header on top.
Parameters: | header – the header (can be anything on which str() can be called) |
---|
Bases: nova.openstack.common.report.views.text.header.HeaderView
A Text View With a Title
This view simply serializes the model, and places a preformatted header containing the given title text on top. The title text can be up to 64 characters long.
Parameters: | title (str) – the title of the view |
---|