horizon/openstack_dashboard/dashboards/admin/projects
Ladislav Smola c77d9074f1 Inline Table editing
Implementation of inline-table-editing blueprint:

- Design from jcoufal is implemented with Bootstrap elements.
- Inline edit mode implemented, Django Form Field connected to table
  logic, using Django Form Widget to render. Table Cell can be updated
  and refreshed.
- Allowed method implemented for checking of cell edit permissions
- Validation process is taken from Django Form Field logic, so
  validation is defined as part of Django Form Field defined in table
  Column.
- Update method of the cell is defined as Table Action. For obtaining
  row data, UpdateRow functionality is used.
- Horizon Tests for inline editing implemented.
- Selenium Tests for inline editing of tenants implemented
- Documentation written in both ref and topics

Change-Id: Ib29b58da71d3a8abc9688bc942fe49917161e97a
Implements: blueprint inline-table-editing
2013-12-03 09:35:24 +01:00
..
templates/projects Handle the case no SimpleTenantUsage Nova extension 2013-10-08 22:22:35 +02:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
panel.py Enable H302 check 2013-08-22 17:39:09 +04:00
tables.py Inline Table editing 2013-12-03 09:35:24 +01:00
tests.py Inline Table editing 2013-12-03 09:35:24 +01:00
urls.py Fix django.conf.urls.defaults imports 2013-11-04 17:10:57 +11:00
views.py Remove unused LOG 2013-09-28 23:57:13 -07:00
workflows.py Fix a issue on retrieving default quota in Create Project 2013-10-07 05:49:50 +09:00