summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-10-13 08:52:00 +0000
committerGerrit Code Review <review@openstack.org>2014-10-13 08:52:00 +0000
commitde468a019547c20e2344c5aedb16791b9bb0ff35 (patch)
tree7348c0f6718c70abe65df4e2d6ceaababf2033eb
parentb986ac098a4dffbbda33fdb6e2d46056c1c39c90 (diff)
parent761ddf37841bc78573a26eb4754244c47cd23757 (diff)
downloadtuskar-ui-de468a019547c20e2344c5aedb16791b9bb0ff35.tar.gz
Merge "Allow selecting multiple provisioning images"
-rw-r--r--tuskar_ui/infrastructure/images/tables.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tuskar_ui/infrastructure/images/tables.py b/tuskar_ui/infrastructure/images/tables.py
index 4827a384..367ad467 100644
--- a/tuskar_ui/infrastructure/images/tables.py
+++ b/tuskar_ui/infrastructure/images/tables.py
@@ -65,7 +65,6 @@ class ImagesTable(tables.DataTable):
name = "images"
row_class = UpdateRow
verbose_name = _("Provisioning Images")
- multi_select = False
table_actions = (DeleteImage,
ImageFilterAction)
row_actions = (EditImage, DeleteImage)