OWL ITS + 탐지시스템(인터넷 진흥원)
wyu
2021-12-09 937c22ee6c0bd47e4f68258d4490f9b7dee3e689
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>