horizon/openstack_dashboard/dashboards/admin
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
..
defaults Fix translatable string for "Injected File Path Bytes" 2013-11-22 14:29:23 +00:00
domains Role name should not be translated in Domain Groups dialog 2013-12-02 08:29:54 +00:00
flavors Bumping up max_length of flavor extra spec. 2013-12-02 22:16:49 +08:00
groups Gate on H4xx docstrings for pep8 2013-11-23 12:51:07 -05:00
hypervisors Fix django.conf.urls.defaults imports 2013-11-04 17:10:57 +11:00
images Gate on H4xx docstrings for pep8 2013-11-23 12:51:07 -05:00
info Gate on H102 Apache 2.0 license header not found for pep8 2013-11-19 13:55:04 -05:00
instances Gate on H4xx docstrings for pep8 2013-11-23 12:51:07 -05:00
metering Abstraction of Ceilometer meters information 2013-11-28 12:40:05 +01:00
networks Fix django.conf.urls.defaults imports 2013-11-04 17:10:57 +11:00
overview Fix django.conf.urls.defaults imports 2013-11-04 17:10:57 +11:00
projects Inline Table editing 2013-12-03 09:35:24 +01:00
roles Gate on H4xx docstrings for pep8 2013-11-23 12:51:07 -05:00
routers Fix django.conf.urls.defaults imports 2013-11-04 17:10:57 +11:00
users Merge "pre-select if theres just one project" 2013-11-27 02:35:31 +00:00
volumes Gate on H4xx docstrings for pep8 2013-11-23 12:51:07 -05:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
dashboard.py Add metering panel to admin console 2013-09-03 10:20:23 +10:00
models.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00