first commit
This commit is contained in:
commit
db313f5eef
47 changed files with 2006 additions and 0 deletions
6
templates/logs/list.php
Normal file
6
templates/logs/list.php
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
$this->layout('partials/file/list', [
|
||||
'title' => '選擇日誌檔案',
|
||||
'nav' => 'logs',
|
||||
'list' => $list ?? [],
|
||||
]);
|
||||
Loading…
Add table
Add a link
Reference in a new issue