horizon/horizon
James Slagle ae2a456a34 Fixes sorting on IP Address columns in tables.
The jQuery tablesorter plugin was choosing the digit parser
instead of the ipAddress parser for the IP Address columns.
This caused those columns to not sort correctly since only the
first 2 octects were looked at for sorting.

This patch adds an 'ip' data attribute to these columns and
updates the set_table_sorting function to set the ipAddress
sorter when this attribute is present.

Fixes bug 1108085

Change-Id: I3ca05048ce43b5bda14a4c586146c7ec9e479a79
2013-04-18 19:26:01 -04:00
..
browsers High-light selected container in browser 2012-08-17 14:21:04 -07:00
conf Fix circular dependencies in dashboard settings 2013-03-13 16:18:00 +04:00
forms Improved security group rule editing. 2013-02-16 21:20:21 -08:00
locale Updated translations from transifex for Grizzly RC. 2013-03-19 10:35:18 -07:00
management Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
static Fixes sorting on IP Address columns in tables. 2013-04-18 19:26:01 -04:00
tables Allow image filtering based on image ownership 2013-02-15 18:04:41 +11:00
tabs Invoke the has_more_data function of tables when loading TableTab. 2013-01-28 23:35:09 -08:00
templates Remove inheritance of More action on first action 2013-03-21 15:52:24 -07:00
templatetags Fix on async messaging to don't escape message string marked as safe. 2013-02-07 17:01:16 -08:00
test Increase socket timeout for selenium tests 2013-04-04 10:38:03 +11:00
utils Return an empty string rather than None when calling repr() 2013-04-02 22:08:33 +01:00
workflows Pass-in the initial value when performing a POST on Workflow Action. This fixes the call to self.changed_data, it allows django forms to be able to compare initial value with current value. 2013-03-12 09:17:48 -07:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
base.py Unifies Horizon conf. 2012-11-20 14:29:05 -08:00
context_processors.py Unifies Horizon conf. 2012-11-20 14:29:05 -08:00
decorators.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
exceptions.py Improve UX around "unauthorized" API exceptions. 2013-03-18 11:57:37 -07:00
loaders.py Fixed template loader bug. Fixes bug 999360. 2012-05-14 15:38:46 -07:00
messages.py Fix on async messaging to don't escape message string marked as safe. 2013-02-07 17:01:16 -08:00
middleware.py Fix on async messaging to don't escape message string marked as safe. 2013-02-07 17:01:16 -08:00
models.py Unifies the project packaging into one set of modules. 2012-02-29 00:20:13 -08:00
site_urls.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
version.py Update to latest oslo-version. 2013-02-04 11:28:25 +11:00
views.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00