OWL ITS + 탐지시스템(인터넷 진흥원)
wyu
2021-12-28 9b691ed50e1a5a57fc9de5749f4b8d45261db20d
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,7 +68,10 @@
                        <td class="text-center">
                            {{issue.issueStatusName}}
                        </td>
                        <td class="text-left titlename cursor">
                        <td class="text-center">
                            {{issue.projectName}}
                        </td>
                        <td class="text-center titlename cursor">
                            <span ng-click="fn.moveIssue(issue)">{{issue.title}}</span>
                        </td>
                        <td class="text-center">