Sha256: 616ac162b24c1e61d09b5761809834baf9144d3474bbf6c1a00f4b73e46e92da

Contents?: true

Size: 568 Bytes

Versions: 202

Compression:

Stored size: 568 Bytes

Contents

<div class="path-selector" ng-repeat="path in paths">
  <ul class="path-list">
    <li class="path-list-item" ng-repeat="item in path" ng-class="{ 'disabled-item': item.disabled }">
      <label class="path-list-item-label" ng-disabled="item.disabled" ng-class="{ active: item.selected }" ng-mouseenter="hover" ng-mouseleave="hover = false">
        <input type="checkbox" ng-model="item.selected" ng-change="itemChanged(item)" ng-disabled="item.disabled"/>
          <i ng-class="item.iconClass"></i>
          {{ item.name }}
      </label>
    </li>
  </ul>
</div>

Version data entries

202 entries across 202 versions & 2 rubygems

Version Path
katello-4.11.0.rc2 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.11.0.rc1 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.10.0 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.9.2 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.10.0.rc2 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.10.0.rc1 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.8.4 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.9.1 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.8.3 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.9.0 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.7.6 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.8.2 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.9.0.rc2 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.9.0.rc1 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.8.1 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.7.5 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.8.0 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.8.0.rc2 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.7.4 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.8.0.rc1 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html