Sha256: 74479709f5e0ae636e6686f6428ebbb654f66fa91f8e91cb8533fe64434b5bd0

Contents?: true

Size: 1.75 KB

Versions: 8

Compression:

Stored size: 1.75 KB

Contents

<section class="nutupane-details" ng-cloak bst-container-scroll>
  <div ng-show="panel.error" bst-alerts success-messages="successMessages" error-messages="errorMessages"></div>

  <div ng-hide="panel.error">
    <header class="details-header new-header">
      <h2 class="fl" translate>
        GPG Key {{ gpgKey.name }}
      </h2>

      <div class="details-actions fr">
        <button class="btn btn-default"
                ng-click="openModal()"
                ng-hide="denied('destroy_gpg_keys', gpgKey)"
                translate>
          Remove GPG Key
        </button>

        <button class="btn btn-default" ng-click="table.closeItem()">
          <i class="fa fa-remove"></i>
          <span translate>Close</span>
        </button>

        <div bst-modal="removeGPGKey(gpgKey)" model="gpgKey">
          <div data-block="modal-header" translate>Remove GPG Key {{ gpgKey.name }}</div>
          <div data-block="modal-body" translate>Are you sure you want to remove GPG key {{ gpgKey.name }}?</div>
        </div>

      </div>
    </header>

    <nav class="details-navigation">
      <ul>
        <li ng-class="{active: isState('gpgKeys.details.info')}">
          <a ui-sref="gpgKeys.details.info" translate>Details</a>
        </li>

        <li ng-class="{active: stateIncludes('gpgKeys.details.products')}">
          <a ui-sref="gpgKeys.details.products" translate>Products</a>
        </li>

        <li ng-class="{active: stateIncludes('gpgKeys.details.repositories')}">
          <a ui-sref="gpgKeys.details.repositories" translate>Repositories</a>
        </li>
      </ul>
    </nav>
    <div bst-alerts success-messages="successMessages" error-messages="errorMessages"></div>

    <section class="nutupane-sub-section" ui-view></section>
  </div>
</section>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
katello-3.0.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/details/views/gpg-key-details.html
katello-3.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/details/views/gpg-key-details.html
katello-3.0.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/details/views/gpg-key-details.html
katello-3.0.0.rc7 engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/details/views/gpg-key-details.html
katello-3.0.0.rc5 engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/details/views/gpg-key-details.html
katello-3.0.0.rc4 engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/details/views/gpg-key-details.html
katello-3.0.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/details/views/gpg-key-details.html
katello-3.0.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/details/views/gpg-key-details.html