OWL ITS + 탐지시스템(인터넷 진흥원)
wyu
2021-12-15 88f79a17f878eca0a8f60644448df3d7fa3a6240
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">