Set displayed per page back to 24
parent
722f7f489d
commit
dda569cafb
Binary file not shown.
|
@ -2,7 +2,7 @@
|
|||
83b3f89cd42e8601c7c217d5b4889c81 ./CA_notices.page
|
||||
7ee0b23dbd92ed55f611360a983f9565 ./ca_settings.page
|
||||
1b49ec9797713ce869ea0c1066a109f2 ./default.cfg
|
||||
1aa8aa0a5eb2750312424dfc090f2416 ./include/exec.php
|
||||
1a1e757b2bc919d470c547ea7b0d9f2b ./include/exec.php
|
||||
07eaff6c4650cdaea1088442c996700e ./include/helpers.php
|
||||
95709ae0ed53e2889a93849a69b37892 ./include/paths.php
|
||||
410c0166bae560754e231486050621f6 ./javascript/libraries.js
|
||||
|
|
|
@ -29,7 +29,7 @@ require_once "$docroot/webGui/include/Markdown.php";
|
|||
$caSettings = parse_plugin_cfg("community.applications");
|
||||
|
||||
$caSettings['dockerSearch'] = "yes";
|
||||
$caSettings['maxPerPage'] = 18;
|
||||
$caSettings['maxPerPage'] = 24;
|
||||
$caSettings['unRaidVersion'] = $unRaidSettings['version'];
|
||||
$caSettings['favourite'] = str_replace("*","'",$caSettings['favourite']);
|
||||
|
||||
|
|
Loading…
Reference in New Issue