OWL ITS + 탐지시스템(인터넷 진흥원)
wyu
2021-12-06 55982d76ee2706c4f69b5b5bf31eb7eaed2e3456
이슈 제목 수정
1개 파일 변경됨
3 ■■■■ 파일 변경됨
src/main/webapp/custom_components/js-table/js-table.html 3 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/webapp/custom_components/js-table/js-table.html
@@ -16,8 +16,7 @@
                </div>
                <div bo-switch-default>
                    <span translate="{{tableConfig.hName}}"></span>
                    <span ng-if="($root.$tableProvider.orderByColumn == tableConfig.dName) && (tableConfig.dName != '')">
                        <i class="fa fa-arrow-circle-down" ng-show="!$root.$tableProvider.reverse"></i>
                    <span ng-if="($root.$tableProvider.orderByColumn == tableConfig.dName) && (tableConfig.dName != '')"><i class="fa fa-arrow-circle-down" ng-show="!$root.$tableProvider.reverse"></i>
                        <i class="fa fa-arrow-circle-up" ng-show="$root.$tableProvider.reverse"></i>
                    </span>
                </div>