From dd7e78ae9a5732ec89f65a8c51ee894947bafcb6 Mon Sep 17 00:00:00 2001 From: jhjang <jhjang@maprex.co.kr> Date: 화, 16 11월 2021 11:07:33 +0900 Subject: [PATCH] - 전체 프로젝트 선택시 이슈유형에 프로젝트 설정 되어 있는 항목만 리스트로 가져오도록 수정 --- src/main/webapp/index.html | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index 9de0058..1a9dae4 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -42,6 +42,10 @@ <link type="text/css" rel="stylesheet" href="custom_components/js-html-diff/js-html-diff.css"> <link type="text/css" rel="stylesheet" href="assets/styles/main.css?version=4.0.34"> <link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Rubik:300,400,500"> + + <!-- 援ш�李⑦듃 --> + <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> + <!-- google font --> <link rel="shortcut icon" href="assets/images/favicon.png"/> <!-- �씠誘몄� �븘�씠肄� --> -- Gitblit v1.8.0