From a968c463213f439420a362293428da5268664781 Mon Sep 17 00:00:00 2001 From: arlen Date: Thu, 30 Sep 2021 16:06:08 -0400 Subject: [PATCH] Add nospin class to button of type 'popup' (CO-2137) --- app/templates/MatchgridRecords/columns.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/MatchgridRecords/columns.inc b/app/templates/MatchgridRecords/columns.inc index 3e4637663..470ba8008 100644 --- a/app/templates/MatchgridRecords/columns.inc +++ b/app/templates/MatchgridRecords/columns.inc @@ -51,7 +51,7 @@ $indexColumns = [ 'type' => 'button', 'button' => [ 'text' => 'fieldVal', - 'attrs' => ['class' => 'btn link referenceid'], + 'attrs' => ['class' => 'btn link referenceid nospin'], 'popover' => 'fieldVal', ], 'truncate' => 8,