tuskar-ui/horizon/tables
John Postlethwait c17b06d08a Fixing Nameless Volume Display
When a volume has no name, it now shows the
ID instead. I also added a fixture data that
represents such a volume being in the system.

Fixes bug #1012380

You can also now use truncate=i on DataTable
Columns in order to have the value truncated if
it goes beyond i characters.

On top of this I fixed/made-clearer a bunch of
the tests relating to volumes and instances.
Please do NOT use deepcopy() of fixture data
in tests any more, instead just create a new
fixture for the data you want.

Change-Id: If2f92b5d04b04f08f5cacca03f614fce5ea38702
2012-06-14 12:44:59 -07:00
..
__init__.py Adds support for tabs + tables. 2012-03-24 16:14:33 -07:00
actions.py Ensure that table action ids are unique again. Fixes bug 971328. 2012-04-02 00:40:55 -07:00
base.py Fixing Nameless Volume Display 2012-06-14 12:44:59 -07:00
views.py Copies column instances to be unique per table instance. 2012-03-24 23:04:07 -07:00