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.14.2 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.15.0 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.15.0.rc2 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.15.0.rc1 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.14.1 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.14.0 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.14.0.rc3 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.14.0.rc2 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.14.0.rc1.1 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.14.0.rc1 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.13.1 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.13.0 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.12.1 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.13.0.rc1 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.12.0 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.12.0.rc3 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.12.0.rc2 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.12.0.rc1 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.11.1 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.11.0 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html