src/main/webapp/custom_components/widget/register-issue-widget/register-issue-widget.html
@@ -52,6 +52,9 @@ <th class="text-center width-120-p" translate="common.status"> 상태 </th> <th class="text-center" translate="common.projectName"> 프로젝트 </th> <th class="text-center" translate="issue.issueTitle"> 이슈 제목 </th> @@ -65,6 +68,9 @@ <td class="text-center"> {{issue.issueStatusName}} </td> <td class="text-center"> {{issue.projectName}} </td> <td class="text-left titlename cursor"> <span ng-click="fn.moveIssue(issue)">{{issue.title}}</span> </td>