Issue #2923305 by Saviktor, tstoeckler, MaskOta: Module (un-)install tables have a useless "data-striping" attribute
parent
2bd52f5d50
commit
2d859f2c01
core/modules/system/templates
|
@ -24,7 +24,7 @@
|
|||
* @ingroup themeable
|
||||
*/
|
||||
#}
|
||||
<table class="responsive-enabled" data-striping="1">
|
||||
<table class="responsive-enabled">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="checkbox visually-hidden">{{ 'Installed'|t }}</th>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#}
|
||||
{{ form.filters }}
|
||||
|
||||
<table class="responsive-enabled" data-striping="1">
|
||||
<table class="responsive-enabled">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{ 'Uninstall'|t }}</th>
|
||||
|
|
Loading…
Reference in New Issue