= $this->include("templates/{$viewDatas['layout']}/form_content_top"); ?>
| 서비스정보[= $viewDatas['entity']->getCode() ?>] | 추가정보 | ||
|---|---|---|---|
|
= form_open(current_url(), ['id' => 'action_form', ...$viewDatas['forms']['attributes']], $viewDatas['forms']['hiddens']) ?>
= form_submit("", '수정', ["class" => "btn btn-outline btn-primary"]) ?>
= form_close(); ?>
|
서버정보[= $viewDatas['entity']->getServerEntity()->getCode() ?>]
Model : = $viewDatas['entity']->getServerEntity()->getTitle() ?>
IP : = $viewDatas['entity']->getServerEntity()->getIP() ?>
OS : = $viewDatas['entity']->getServerEntity()->getOS() ?>
서버파트정보
= view_cell("\App\Cells\Equipment\ServerPartCell::parttable", [
'serverinfo_uid' => $viewDatas['entity']->getServerEntity()->getPK(),
'types' => SERVERPART['ALL_PARTTYPES']
]) ?>
|
= $this->include("templates/{$viewDatas['layout']}/form_content_bottom"); ?>