From ab5d57055cf4c9943468baaa8934e0e9aa943894 Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 수, 08 12월 2021 17:02:49 +0900 Subject: [PATCH] - url 컬럼 추가 * DB 초기화 필요 - 대시보드 담당부서 별로 수정 --- src/main/webapp/scripts/app/api/api.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/scripts/app/api/api.js b/src/main/webapp/scripts/app/api/api.js index 3449369..41a70f0 100644 --- a/src/main/webapp/scripts/app/api/api.js +++ b/src/main/webapp/scripts/app/api/api.js @@ -71,7 +71,7 @@ loadController : ["$q", function ($q) { var deferred = $q.defer(); require(["apiMonitorController", - "apiService", 'formSubmit', 'jsShortCut', 'inputRegex'], function () { + "apiService", 'formSubmit', 'jsShortCut', 'inputRegex', 'googleChart'], function () { deferred.resolve(); }); -- Gitblit v1.8.0