requirement from code review backport from EE
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user