Experiments with UI.

This commit is contained in:
Timur Nurlygayanov
2013-03-27 22:10:13 +04:00
parent 616f5fd1c4
commit 0828057d30

View File

@@ -159,13 +159,6 @@ STATUS_DISPLAY_CHOICES = (
('finished', 'Active')
)
STATUS_DISPLAY_CHOICES = (
('draft', 'Ready to deploy'),
('pending', 'Wait for configuration'),
('inprogress', 'Deploy in progress'),
('finished', 'Active')
)
class WinDCTable(tables.DataTable):