~maas-committers/maas/trunk

« back to all changes in this revision

Viewing changes to src/maasserver/static/partials/networks-list.html

[r=blake-rouse][bug=1652298,1681771][author=ricgard] Created vertical scrolling repeat to improve the loading times of heavy table content pages such as device discovery

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
                        <th class="table__column--13 align-right">Available IPs</th>
148
148
                    </tr>
149
149
                </thead>
150
 
                <tbody>
 
150
                <tbody vs-repeat vs-scroll-parent="window">
151
151
                    <tr class="table-listing__row" data-ng-repeat="row in group.spaces.rows">
152
152
                        <!-- <td class="table-listing__cell table__column--3 ng-hide">
153
153
                            <div data-ng-if="row.space_name">
207
207
                        <th class="table__column--25">Space</th>
208
208
                    </tr>
209
209
                </thead>
210
 
                <tbody>
 
210
                <tbody vs-repeat vs-scroll-parent="window">
211
211
                    <tr class="table-listing__row" data-ng-repeat="row in group.fabrics.rows">
212
212
                        <!-- <td class="table-listing__cell table__column--3 ng-hide">
213
213
                            <div data-ng-if="row.fabric_name">