From 6bd87f2bc7af7361f126451b95dc279b44e9f138 Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 수, 22 12월 2021 17:42:16 +0900 Subject: [PATCH] Merge branch 'master' of http://192.168.0.25:9001/r/owl-kisa --- src/main/webapp/views/common/sidebar.html | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/views/common/sidebar.html b/src/main/webapp/views/common/sidebar.html index 8b702cc..221ef55 100644 --- a/src/main/webapp/views/common/sidebar.html +++ b/src/main/webapp/views/common/sidebar.html @@ -265,7 +265,14 @@ <span>{{issueType.name}}</span> </a> </li> - + <li ng-if="$root.workIssueTypes.length == 0"> + <a tabindex="-1"> + <div class="icon-w"> + <div class="os-icon os-icon-delete"></div> + </div> + <span translate="common.notIssueType">�씠�뒋 �쑀�삎�씠 �뾾�뒿�땲�떎.</span> + </a> + </li> <!-- <li class=""> <a ui-sref="tasks.agileBoard" tabindex="-1"> -- Gitblit v1.8.0