diff --git a/extdbms/lib/Controllers/DBMS/DashboardController.php b/extdbms/lib/Controllers/DBMS/DashboardController.php index fbd8a60..82ce5c6 100644 --- a/extdbms/lib/Controllers/DBMS/DashboardController.php +++ b/extdbms/lib/Controllers/DBMS/DashboardController.php @@ -21,7 +21,43 @@ class DashboardController extends BaseController parent::__construct(); $this->getView()->setPath('dashboard'); } // + public function getMemberService(): MemberService + { + if ($this->_memberService === null) { + $this->_memberService = new MemberService(); + } + return $this->_memberService; + } + public function getClientService(): ClientService + { + if ($this->_clientService === null) { + $this->_clientService = new ClientService(); + } + return $this->_clientService; + } + + public function getVPCService(): VPCService + { + if ($this->_vpcService === null) { + $this->_vpcService = new VPCService(); + } + return $this->_vpcService; + } + public function getKCSService(): KCSService + { + if ($this->_kcsService === null) { + $this->_kcsService = new KCSService(); + } + return $this->_kcsService; + } + public function getHistoryService(): HistoryService + { + if ($this->_historyService === null) { + $this->_historyService = new HistoryService(); + } + return $this->_historyService; + } //Dashboard , default_alert.php //CLI 접속방법 : php index.php SiteController/dashboard //WEB 접속방법 : http://localhost/SiteController/dashboard @@ -75,44 +111,6 @@ class DashboardController extends BaseController $this->total = $total; return $this->render(__FUNCTION__); } - public function getMemberService(): MemberService - { - if ($this->_memberService === null) { - $this->_memberService = new MemberService(); - } - return $this->_memberService; - } - - public function getClientService(): ClientService - { - if ($this->_clientService === null) { - $this->_clientService = new ClientService(); - } - return $this->_clientService; - } - - public function getVPCService(): VPCService - { - if ($this->_vpcService === null) { - $this->_vpcService = new VPCService(); - } - return $this->_vpcService; - } - public function getKCSService(): KCSService - { - if ($this->_kcsService === null) { - $this->_kcsService = new KCSService(); - } - return $this->_kcsService; - } - public function getHistoryService(): HistoryService - { - if ($this->_historyService === null) { - $this->_historyService = new HistoryService(); - } - return $this->_historyService; - } - //신규서버현황 new_server_list.php //CLI 접속방법 : php index.php SiteController/newservices/limit/5 //WEB 접속방법 : http://localhost/SiteController/newservices/limit/5 diff --git a/idcproject/WebContent/IDC/Navigation.jsp b/idcproject/WebContent/IDC/Navigation.jsp index b53e3de..2bfb749 100644 --- a/idcproject/WebContent/IDC/Navigation.jsp +++ b/idcproject/WebContent/IDC/Navigation.jsp @@ -370,7 +370,7 @@ $(document).ready(function(){
  • CS정보
  • 가용장비
  • 도메인포워딩
  • -
  • DB검색(IP)
  • +
  • DB검색(IP)
  • 업무일지
  • AWS
  • BL(AMP)
  • diff --git a/idcproject/WebContent/IDC/index.jsp b/idcproject/WebContent/IDC/index.jsp index 32d081e..d998708 100644 --- a/idcproject/WebContent/IDC/index.jsp +++ b/idcproject/WebContent/IDC/index.jsp @@ -2,7 +2,7 @@ <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <% pageContext.setAttribute("phpurl",request.getScheme()+"://"+request.getServerName());%> <% pageContext.setAttribute("host",request.getServerName()); %> - +
    @@ -34,7 +34,7 @@
    - +
    @@ -67,7 +67,7 @@
    - +
    @@ -89,7 +89,7 @@
    - +