微调
This commit is contained in:
@@ -15,7 +15,7 @@ class HomeController extends Controller
|
|||||||
return $content
|
return $content
|
||||||
->title('Dashboard')
|
->title('Dashboard')
|
||||||
->description('Description...')
|
->description('Description...')
|
||||||
->row(Dashboard::title())
|
// ->row(Dashboard::title())
|
||||||
->row(function (Row $row) {
|
->row(function (Row $row) {
|
||||||
|
|
||||||
$row->column(4, function (Column $column) {
|
$row->column(4, function (Column $column) {
|
||||||
@@ -26,9 +26,9 @@ class HomeController extends Controller
|
|||||||
// $column->append(Dashboard::extensions());
|
// $column->append(Dashboard::extensions());
|
||||||
// });
|
// });
|
||||||
|
|
||||||
$row->column(4, function (Column $column) {
|
// $row->column(4, function (Column $column) {
|
||||||
$column->append(Dashboard::dependencies());
|
// $column->append(Dashboard::dependencies());
|
||||||
});
|
// });
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user