Sha256: 0454f5a757c37442d574887f411149758d05d15fd90594d22764b40cf3d4b070
Contents?: true
Size: 639 Bytes
Versions: 13
Compression:
Stored size: 639 Bytes
Contents
<table class="table table-striped" ng-class="{'table-mask': syncPlanTable.working}"> <thead> <tr bst-table-head> <th bst-table-column="name" sortable><span translate>Name</span></th> </tr> </thead> <div data-extend-template="layouts/select-all-results.html"></div> <tbody> <tr bst-table-row ng-repeat="syncPlan in syncPlanTable.rows" active-row="stateIncludes('sync-plans.details', {syncPlanId: syncPlan.id})"> <td bst-table-cell> <a ui-sref="sync-plans.details.info({syncPlanId: syncPlan.id})"> {{ syncPlan.name }} </a> </td> </tr> </tbody> </table>
Version data entries
13 entries across 13 versions & 1 rubygems