25 lines
650 B
PHP
25 lines
650 B
PHP
<?php
|
|
return [
|
|
'title' => "HPILO 정보",
|
|
'label' => [
|
|
'uid' => "번호",
|
|
'customer' => "서버명",
|
|
'ip' => "ILO IP",
|
|
'port' => "ILO Port",
|
|
'id' => "ILO ID",
|
|
'passwd' => "ILO 암호",
|
|
'confirmpassword' => "암호확인",
|
|
'model' => "Model",
|
|
'processor' => "CPU*갯수",
|
|
'memory' => "Memory",
|
|
'health' => "부품",
|
|
'power' => "전원",
|
|
'detail' => "상세내용",
|
|
'status' => "상태",
|
|
'updated_at' => "수정일",
|
|
'created_at' => "작성일"
|
|
],
|
|
"POWER" => ["On" => "On", "Off" => "Off", "Restart" => "Restart"],
|
|
'STATUS' => ['use' => '사용', 'unuse' => '사용않함'],
|
|
];
|