horizon/openstack_dashboard/dashboards/project/access_and_security
Yuanhui Liu a3efea6586 Restrict the length of the Security Group name input
There is an allowed maximum length for security group name field, but in
current code, it doesn't check or restrict that from UI side, i.e. user
will be able to type in more than what is allowed. After form
submission, it will fail but there is no clear message telling user what
caused failure.

After adding the code to restrict the max length of the security group
name field, user will not be able to input more than what is allowed,
thus this error will be prevented from UI.

Change-Id: I0f560e78e67a0259343f1a2c820270506653b254
Closes-Bug: #1279472
2014-02-12 15:03:33 -08:00
..
api_access Remove leftovers of "# noqa" 2014-01-28 15:51:04 +04:00
floating_ips Remove leftovers of "# noqa" 2014-01-28 15:51:04 +04:00
keypairs Merge "Rewrite pieces of code deprecated by Django 1.7" 2014-01-23 01:42:58 +00:00
security_groups Restrict the length of the Security Group name input 2014-02-12 15:03:33 -08:00
templates/access_and_security Consolidate user visible spelling of keypair vs Key Pair 2014-01-13 13:58:24 +01:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
panel.py Remove #noqa from most common imports and add them to import_exceptions 2014-01-07 12:26:35 +01:00
tabs.py Consolidate user visible spelling of keypair vs Key Pair 2014-01-13 13:58:24 +01:00
tests.py Remove #noqa from most common imports and add them to import_exceptions 2014-01-07 12:26:35 +01:00
urls.py Fix django.conf.urls.defaults imports 2013-11-04 17:10:57 +11:00
views.py Replace OpenStack LLC with OpenStack Foundation 2013-09-20 04:19:42 +08:00