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.2.0.rc2 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.1.3 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.2.0.rc1 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.0.2.1 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.1.2.1 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.0.2 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.1.2 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-3.18.4 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.1.1 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.1.0 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.0.1.2 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-3.18.3.1 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.1.0.rc2.2 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.1.0.rc2.1 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.0.1.1 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-3.18.3 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.1.0.rc2 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.0.1 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.1.0.rc1.1 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.1.0.rc1 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html