src/main/webapp/custom_components/widget/risk-issue-widget/risk-issue-widget.html
@@ -54,6 +54,9 @@ <th class="text-center width-80-p" translate="dashboard.division"> 구분 </th> <th class="text-center" translate="common.projectName"> 프로젝트 </th> <th class="text-center" translate="issue.issueTitle"> 이슈 제목 </th> @@ -75,6 +78,9 @@ ng-if="issue.changeIssueStatusType"></i> </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>