requirement from code review backport from EE

This commit is contained in:
waysonwei
2021-08-24 19:40:31 +12:00
parent 836b872274
commit a48bcebdbd
25 changed files with 202 additions and 144 deletions
@@ -171,16 +171,7 @@
allow-checkbox="true"
>
</tr>
<tr
dir-paginate-end
ng-show="item.Expanded"
ng-repeat="it in item.Subs"
style="background: var(--bg-item-highlighted-color);"
network-row-content
item="it"
parent-ctrl="$ctrl"
>
</tr>
<tr dir-paginate-end ng-show="item.Expanded" ng-repeat="it in item.Subs" class="datatable-highlighted" network-row-content item="it" parent-ctrl="$ctrl"> </tr>
<tr ng-if="!$ctrl.dataset">
<td colspan="9" class="text-center text-muted">Loading...</td>
</tr>