src/main/webapp/custom_components/widget/my-assignee-issue-widget/my-assignee-issue-widget.html
@@ -52,6 +52,9 @@ <th class="text-center width-80-p" translate="common.registrationDate"> 등록일 </th> <th class="text-center" translate="common.projectName"> 프로젝트 </th> <th class="text-center" translate="issue.issueTitle"> 이슈 제목 </th> @@ -68,6 +71,9 @@ <td> {{issue.registerDate}} </td> <td class="text-center"> {{issue.projectName}} </td> <td class="text-left titlename cursor"> <span ng-click="fn.moveIssue(issue)">{{issue.title}}</span> </td>