rearrange logfiles-view template contents to suite the overall layout better

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-06-30 14:02:21 +02:00
parent 546a001092
commit d4e94c0390
3 changed files with 28 additions and 17 deletions

View File

@@ -94,21 +94,19 @@ if (function_exists('exec')) {
'access_log_content' => $access_log_content,
'actions_links' => [
[
'class' => 'btn-secondary',
'href' => $linker->getLink([
'section' => 'domains',
'page' => 'domains',
'action' => 'edit',
'id' => $domain_id
]),
'label' => lng('panel.edit'),
'label' => lng('admin.domain_edit'),
'icon' => 'fa fa-pen'
],
[
'class' => 'btn-secondary',
'href' => $linker->getLink(['section' => 'domains', 'page' => 'domains']),
'label' => lng('menue.domains.domains'),
'icon' => 'fa fa-globe'
'label' => lng('panel.backtooverview'),
'icon' => 'fa fa-reply'
]
]
]);