src/main/webapp/custom_components/widget/severity-issue-widget/severity-issue-widget.html
@@ -88,6 +88,9 @@ <th class="text-center width-120-p" translate="common.importance"> 중요도 </th> <th class="text-center width-120-p" translate="common.projectName"> 중요도 </th> <th class="text-center" translate="issue.issueTitle"> 이슈 제목 </th> @@ -107,6 +110,9 @@ {{issue.severityName}} </span> </td> <td class="text-center"> {{issue.projectName}} </td> <td class="text-left titlename cursor"> <span ng-click="fn.moveIssue(issue)">{{issue.title}}</span> </td>