OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2021-11-04 cf362cbfd4a92b5e42f0d3992baad3a7d3295366
src/main/webapp/scripts/main.js
@@ -326,6 +326,21 @@
        'apiAuthController' :'app/api/apiAuth.controller',   // api 인증 컨트롤러
        'apiSettingController' : 'app/api/apiSetting.controller',    // api 설정 컨트롤러
        'apiMonitorController' : 'app/api/apiMonitor.controller', // api 모니터링 컨트롤러
        /* 업체 */
        'companyFieldRoute' : 'app/companyField/companyField',   // 업체 route 정보
        'companyFieldService' : 'components/companyField/companyField.service',  // 업체 관련된 통신 담당
        'companyFieldListController' : 'app/companyField/companyFieldList.controller', // 업체 목록 컨트롤러
        /* ISP */
        'ispFieldRoute' : 'app/ispField/ispField',   // ISP route 정보
        'ispFieldService' : 'components/ispField/ispField.service',  // ISP 관련된 통신 담당
        'ispFieldListController' : 'app/ispField/ispFieldList.controller', // ISP 목록 컨트롤러
        /* 호스팅 */
        'hostingFieldRoute' : 'app/hostingField/hostingField',   // 호스팅 route 정보
        'hostingFieldService' : 'components/HostingField/hostingField.service',  // 호스팅 관련된 통신 담당
        'hostingFieldListController' : 'app/hostingField/hostingFieldList.controller', // 호스팅 목록 컨트롤러
    },
    shim : {
        'jquery-ui' : {
@@ -513,6 +528,9 @@
    'supportRoute',
    'ganttRoute',
    'apiRoute',
    'companyFieldRoute',
    'ispFieldRoute',
    'hostingFieldRoute',
    'ganttService',
    'workflowService',
    'issueSearchService',
@@ -524,8 +542,10 @@
    'qnaService',
    'taskService',
    'taskCommentService',
    'workflowStatusService'
    'workflowStatusService',
    'companyFieldService',
    'ispFieldService',
    'hostingFieldService'
], function ($, angular, domReady, app, sortable, crypto) {
    //  대시보드에서 Sortable 인식 못하는 문제 해결
    window.Sortable = sortable;