diff --git a/app/Cells/ProductCell.php b/app/Cells/ProductCell.php index 0f5bf6e..ddfcb56 100644 --- a/app/Cells/ProductCell.php +++ b/app/Cells/ProductCell.php @@ -24,7 +24,7 @@ class ProductCell extends BaseCell public function beremetal(array $cellDatas = []) { $cellDatas['device'] = []; - $cellDatas['device']['categorys'] = ['server', 'cpu', 'memory', 'disk', 'nic', 'publicip', 'os']; + $cellDatas['device']['categorys'] = ['server', 'memory', 'disk']; $cellDatas['device']['options'] = $this->getDeviceModel()->getOptions(); return view( 'Views/cells/product/' . __FUNCTION__, diff --git a/app/Views/cells/product/beremetal.php b/app/Views/cells/product/beremetal.php index cb4f607..f2b6566 100644 --- a/app/Views/cells/product/beremetal.php +++ b/app/Views/cells/product/beremetal.php @@ -1,4 +1,4 @@ -
| = lang('Device.CATEGORY.' . $category) . " 선택" ?> |
|---|