Sha256: 775e51c369b91ca6d44089cf9d59cc1c929942d2c3c1d20cdc6d7540e3ac68e5
Contents?: true
Size: 834 Bytes
Versions: 19
Compression:
Stored size: 834 Bytes
Contents
<table class="table table-striped table-bordered" ng-class="{'table-mask': contentHostTable.working}"> <thead> <tr bst-table-head row-select> <th bst-table-column 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="host in contentHostTable.rows" row-select="host" active-row="stateIncludes('content-hosts.details', {hostId: host.id})" ng-controller="ContentHostStatusController"> <td bst-table-cell> <span ng-class="contentHostTable.getHostStatusIcon(host.subscription_global_status)"> </span> <a ui-sref="content-hosts.details.info({hostId: host.id})"> {{ host.name }} </a> </td> </tr> </tbody> </table>
Version data entries
19 entries across 19 versions & 1 rubygems