Sha256: f94fa90093e9d950d84c38b92df33f9b0dfbeb45c307c14a0e6e2a8d66d6798f
Contents?: true
Size: 672 Bytes
Versions: 28
Compression:
Stored size: 672 Bytes
Contents
<span page-title ng-model="host">{{ 'Host Collections for:' | translate }} {{ host.name }}</span> <h4 translate>Host Collection Management</h4> <nav> <ul class="nav nav-tabs" ng-show="permitted('edit_hosts', host)"> <li ng-class="{active: isState('content-hosts.details.host-collections.list')}"> <a ui-sref="content-hosts.details.host-collections.list"> <span translate>List/Remove</span> </a> </li> <li ng-class="{active: isState('content-hosts.details.host-collections.add')}"> <a ui-sref="content-hosts.details.host-collections.add"> <span translate>Add</span> </a> </li> </ul> </nav> <div ui-view></div>
Version data entries
28 entries across 28 versions & 1 rubygems