- Patch #787944 by yoroy: weight items on the Reports overview page.
parent
5436424a42
commit
87bdade9b9
|
@ -1008,7 +1008,7 @@ function system_menu() {
|
|||
'title' => 'Status report',
|
||||
'description' => "Get a status report about your site's operation and any detected problems.",
|
||||
'page callback' => 'system_status',
|
||||
'weight' => 10,
|
||||
'weight' => -60,
|
||||
'access arguments' => array('administer site configuration'),
|
||||
'file' => 'system.admin.inc',
|
||||
);
|
||||
|
|
|
@ -159,7 +159,7 @@ function update_menu() {
|
|||
'description' => 'Get a status report about available updates for your installed modules and themes.',
|
||||
'page callback' => 'update_status',
|
||||
'access arguments' => array('administer site configuration'),
|
||||
'weight' => 10,
|
||||
'weight' => -50,
|
||||
'file' => 'update.report.inc',
|
||||
);
|
||||
$items['admin/reports/updates/list'] = array(
|
||||
|
|
Loading…
Reference in New Issue