From 88c9472f025b2ea18cd8256af00530a113b82cbe Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 수, 15 12월 2021 18:51:30 +0900 Subject: [PATCH] 푸쉬 테스트 --- src/main/webapp/custom_components/js-table/tableColumnGenerator.directive.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/custom_components/js-table/tableColumnGenerator.directive.js b/src/main/webapp/custom_components/js-table/tableColumnGenerator.directive.js index edd91e1..ecf789e 100644 --- a/src/main/webapp/custom_components/js-table/tableColumnGenerator.directive.js +++ b/src/main/webapp/custom_components/js-table/tableColumnGenerator.directive.js @@ -417,7 +417,7 @@ } break; - // �씠�뒋 �젣紐쯵cope.data.isApi + // �씠�뒋 �젣紐� case "ISSUE_TITLE" : makeTag += '<div class="tags text-left">'; makeTag += '<i class="fa fa-star move-star" ng-show="$root.currentDetailIssueId == data.id"> </i>'; -- Gitblit v1.8.0