18 lines
425 B
PHP
18 lines
425 B
PHP
<?php
|
|
return [
|
|
'title' => "AuditLog정보",
|
|
'label' => [
|
|
'uid' => "번호",
|
|
'action' => "Act",
|
|
'action_info' => "ActInfo",
|
|
'actor' => "작업자",
|
|
'interface' => "UI형식",
|
|
'zone_name' => "도메인",
|
|
'meta' => "meta정보",
|
|
'resource' => "자원정보",
|
|
'status' => "상태",
|
|
'updated_at' => "수정일",
|
|
'created_at' => "작성일",
|
|
],
|
|
];
|