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