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