From 83cd0465401d56c630611e03ca1e010eb94c1eb6 Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 화, 28 12월 2021 11:25:04 +0900 Subject: [PATCH] Merge branch 'master' of http://192.168.0.25:9001/r/owl-kisa --- src/main/webapp/custom_components/widget/risk-issue-widget/risk-issue-widget.html | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/webapp/custom_components/widget/risk-issue-widget/risk-issue-widget.html b/src/main/webapp/custom_components/widget/risk-issue-widget/risk-issue-widget.html index 3794feb..49e1096 100644 --- a/src/main/webapp/custom_components/widget/risk-issue-widget/risk-issue-widget.html +++ b/src/main/webapp/custom_components/widget/risk-issue-widget/risk-issue-widget.html @@ -51,9 +51,9 @@ <table class="table table-dash table-lightborder width600 table-layout-fixed"> <thead> <tr> - <th class="text-center width-80-p" translate="dashboard.division"> + <!--<th class="text-center width-80-p" translate="dashboard.division"> 援щ텇 - </th> + </th>--> <th class="text-center" translate="common.projectName"> �봽濡쒖젥�듃 </th> @@ -63,21 +63,21 @@ <th class="text-center width-80-p" translate="common.status"> �긽�깭 </th> - <th class="text-center width-120-p" translate="common.assignee"> + <!--<th class="text-center width-120-p" translate="common.assignee"> �떞�떦�옄 - </th> + </th>--> </tr> </thead> <tbody> <tr ng-repeat="issue in vm.riskIssueWidget.issues"> - <td class="text-center"> + <!--<td class="text-center"> <span class="fs-12"> <i class="os-icon os-icon-user-male-circle text-danger" ng-if="issue.changeAssigneeType"></i> <i class="os-icon os-icon-alert-circle text-danger" ng-if="issue.changeIssueStatusType"></i> </span> - </td> + </td>--> <td class="text-center"> {{issue.projectName}} </td> @@ -87,12 +87,12 @@ <td class="text-center"> {{issue.issueStatusName}} </td> - <td class="text-center"> + <!--<td class="text-center"> <div owl-profile-over class="" table-user-image="issue" target="issueUsers"></div> - </td> + </td>--> </tr> <tr ng-show="vm.riskIssueWidget.issues.length < 1"> - <td colspan="4" translate="common.noData">�뜲�씠�꽣媛� �뾾�뒿�땲�떎.</td> + <td colspan="3" translate="common.noData">�뜲�씠�꽣媛� �뾾�뒿�땲�떎.</td> </tr> </tbody> </table> -- Gitblit v1.8.0