зеркало из https://github.com/mozilla/pjs.git
Don't show report id by default
This commit is contained in:
Родитель
2fde9cf94c
Коммит
234a388857
|
@ -122,7 +122,7 @@ if (isset($_GET['selected'])){
|
|||
$content->assign('selected', $_GET['selected']);
|
||||
}
|
||||
else {
|
||||
$content->assign('selected', array('report_id', 'host_hostname', 'report_file_date'));
|
||||
$content->assign('selected', array('host_hostname', 'report_file_date'));
|
||||
}
|
||||
|
||||
displayPage($content, 'index', 'index.tpl');
|
||||
|
|
Загрузка…
Ссылка в новой задаче