Issue #2923302 by MaskOta, tstoeckler, andrewmacpherson: Module install table is missing the "Show all columns" link
parent
7dbf76d75a
commit
c90392875c
|
@ -178,6 +178,7 @@ class ModulesListForm extends FormBase {
|
|||
// Lastly, sort all packages by title.
|
||||
uasort($form['modules'], ['\Drupal\Component\Utility\SortArray', 'sortByTitleProperty']);
|
||||
|
||||
$form['#attached']['library'][] = 'core/drupal.tableresponsive';
|
||||
$form['#attached']['library'][] = 'system/drupal.system.modules';
|
||||
$form['actions'] = ['#type' => 'actions'];
|
||||
$form['actions']['submit'] = [
|
||||
|
|
Loading…
Reference in New Issue