OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2022-03-17 916a3cbabe4e50062fce61ff6f2f5d46c05dfbd1
src/main/webapp/custom_components/js-tree/js-tree.html
@@ -1,4 +1,11 @@
<div>
    <table class="table table-striped table-layout-fixed" ng-class="{ 'width768' : !detailView }" bindonce>
        <tr ng-if="fn.getResponseData().length == 0">
            <td colspan="{{tableConfigs.length}}">
                <span translate="common.noData">데이터가 없습니다.</span>
            </td>
        </tr>
    </table>
    <ul class="ml-1 pl-1 tree">
        <li ng-repeat="row in fn.getResponseData()">
            <ul class="">