Sha256: 616ac162b24c1e61d09b5761809834baf9144d3474bbf6c1a00f4b73e46e92da

Contents?: true

Size: 568 Bytes

Versions: 207

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

207 entries across 207 versions & 2 rubygems

Version Path
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
katello-4.0.0 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.0.0.rc3.1 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.0.0.rc3 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-3.18.2.1 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-3.18.2 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-3.17.3 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.0.0.rc2 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-3.18.1.1 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-3.17.2 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-4.0.0.rc1 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-3.18.1 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-3.18.0 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-3.17.1 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-3.16.2 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html
katello-3.18.0.rc2.1 engines/bastion/app/assets/javascripts/bastion/components/views/path-selector.html