summaryrefslogtreecommitdiff
path: root/horizon/tables
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-05-23 01:20:32 +0000
committerGerrit Code Review <review@openstack.org>2012-05-23 01:20:32 +0000
commitb4fa6ba48990f2f3a5bdc1ac53d835c5b2b95ce6 (patch)
tree6ddabb333e1441deae239785056f1e1c1355aae0 /horizon/tables
parent1a9a70ecae1032d774aefb035aaea2a851ec9fa9 (diff)
parentd8affa596c1386a6b0480880c6093cd07a018db1 (diff)
downloadhorizon-b4fa6ba48990f2f3a5bdc1ac53d835c5b2b95ce6.tar.gz
Merge "Adds initial workflow support to Horizon."
Diffstat (limited to 'horizon/tables')
-rw-r--r--horizon/tables/base.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/horizon/tables/base.py b/horizon/tables/base.py
index de3dc7891..094508c31 100644
--- a/horizon/tables/base.py
+++ b/horizon/tables/base.py
@@ -526,9 +526,9 @@ class DataTableOptions(object):
.. attribute:: table_actions
- A list of action classes derived from the :class:`.Action` class.
- These actions will handle tasks such as bulk deletion, etc. for
- multiple objects at once.
+ A list of action classes derived from the
+ :class:`~horizon.tables.Action` class. These actions will handle tasks
+ such as bulk deletion, etc. for multiple objects at once.
.. attribute:: row_actions