From c70261c6109aa0fb0c5297a901a996bf14cf42be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Fri, 17 May 2024 19:05:43 +0900 Subject: [PATCH] vhost init...3 --- app/Cells/ProductCell.php | 2 +- app/Views/cells/product/beremetal.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@ - +