Sha256: 9928007d504d7ea91175bb0753871ba74defbce2d735c04644d0429e051bf460

Contents?: true

Size: 804 Bytes

Versions: 174

Compression:

Stored size: 804 Bytes

Contents

<div class="bst-edit">
  <div class="value" ng-class="{ 'editable' : !readonly }" ng-click="edit()" ng-hide="editMode || workingMode">
    <span class="fr" ng-hide="editMode || readonly">
      <i class="fa fa-edit inline-icon"></i>
      <i class="fa fa-remove inline-icon" ng-click="delete($event)" ng-show="deletable"></i>
    </span>
    <span>
      <i class="{{ iconClass }}" ng-show="iconShow && displayValue"></i>
      <span class="editable-value">{{ displayValue }}</span>
    </span>
  </div>

  <span ng-switch on="buttonConfig">
    <div ng-switch-when="addRemove">
      <div ng-include="'components/views/bst-edit-add-remove-cancel.html'"></div>
    </div>
    <div ng-switch-default>
      <div ng-include="'components/views/bst-edit-save-cancel.html'"></div>
    </div>
  </span>
</div>

Version data entries

174 entries across 174 versions & 2 rubygems

Version Path
katello-4.7.3 engines/bastion/app/assets/javascripts/bastion/components/views/bst-edit.html
katello-4.7.2 engines/bastion/app/assets/javascripts/bastion/components/views/bst-edit.html
katello-4.7.1 engines/bastion/app/assets/javascripts/bastion/components/views/bst-edit.html
katello-4.6.2.1 engines/bastion/app/assets/javascripts/bastion/components/views/bst-edit.html
katello-4.6.2 engines/bastion/app/assets/javascripts/bastion/components/views/bst-edit.html
katello-4.7.0 engines/bastion/app/assets/javascripts/bastion/components/views/bst-edit.html
katello-4.6.1 engines/bastion/app/assets/javascripts/bastion/components/views/bst-edit.html
katello-4.7.0.rc2 engines/bastion/app/assets/javascripts/bastion/components/views/bst-edit.html
katello-4.7.0.rc1 engines/bastion/app/assets/javascripts/bastion/components/views/bst-edit.html
katello-4.4.2.2 engines/bastion/app/assets/javascripts/bastion/components/views/bst-edit.html
katello-4.4.2.1 engines/bastion/app/assets/javascripts/bastion/components/views/bst-edit.html
katello-4.4.2 engines/bastion/app/assets/javascripts/bastion/components/views/bst-edit.html
katello-4.5.1 engines/bastion/app/assets/javascripts/bastion/components/views/bst-edit.html
katello-4.6.0 engines/bastion/app/assets/javascripts/bastion/components/views/bst-edit.html
katello-4.6.0.rc2 engines/bastion/app/assets/javascripts/bastion/components/views/bst-edit.html
katello-4.6.0.rc1 engines/bastion/app/assets/javascripts/bastion/components/views/bst-edit.html
katello-4.5.0 engines/bastion/app/assets/javascripts/bastion/components/views/bst-edit.html
katello-4.5.0.rc2 engines/bastion/app/assets/javascripts/bastion/components/views/bst-edit.html
katello-4.4.1 engines/bastion/app/assets/javascripts/bastion/components/views/bst-edit.html
katello-4.5.0.rc1 engines/bastion/app/assets/javascripts/bastion/components/views/bst-edit.html