From a52f64e5eecbd7b28ddea5a050ed9c793c2d62f9 Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 화, 28 12월 2021 16:19:31 +0900
Subject: [PATCH] 이슈 리스트 상세 검색 프로젝트명 , 이슈 유형 관련 수정 [프로젝트명과 이슈 유형은 상단에 표시 되기 때문에 "선택한 검색조건" 에는 표시 될 필요가 없음] -> 검색 목록에 이슈 유형과 프로젝트명을 삭제하고 상세검색 프로젝트, 이슈유형 항목을 삭제

---
 src/main/webapp/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html
index 20c4e0a..8c5dedf 100644
--- a/src/main/webapp/index.html
+++ b/src/main/webapp/index.html
@@ -40,7 +40,7 @@
     <link type="text/css" rel="stylesheet" href="custom_components/js-autocomplete-single/js-autocomplete-single.css">
     <link type="text/css" rel="stylesheet" href="custom_components/js-autocomplete-multi/js-autocomplete-multi.css">
     <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=0.9.0">
+    <link type="text/css" rel="stylesheet" href="assets/styles/main.css?version=1.0.0">
     <link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Rubik:300,400,500">
 
     <!--    google font -->

--
Gitblit v1.8.0