Andrew Bogott has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/311762

Change subject: Puppet Panel:  No checkboxes!
......................................................................

Puppet Panel:  No checkboxes!

The framework was adding per-row checkboxes based on
us having table actions.  Since those table actions
are filters, though, we don't actually want
rows selectable.

Bug: T91990
Change-Id: I7297d814a8466d4dd99c51444d4c8eedf03fa00b
---
M modules/openstack/files/liberty/horizon/puppettab/puppet_tables.py
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/62/311762/1

diff --git a/modules/openstack/files/liberty/horizon/puppettab/puppet_tables.py 
b/modules/openstack/files/liberty/horizon/puppettab/puppet_tables.py
index 38f1d0a..59fbbce 100644
--- a/modules/openstack/files/liberty/horizon/puppettab/puppet_tables.py
+++ b/modules/openstack/files/liberty/horizon/puppettab/puppet_tables.py
@@ -131,6 +131,7 @@
         table_actions = (RoleFilter,)
         status_columns = ["applied"]
         row_class = UpdateRow
+        multi_select = False
 
     def get_object_id(self, datum):
         return datum.name

-- 
To view, visit https://gerrit.wikimedia.org/r/311762
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7297d814a8466d4dd99c51444d4c8eedf03fa00b
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Andrew Bogott <abog...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to