Sha256: 4d345ac7ca8dd83d3a45c8befd8dc8b542cbbb0b3bc60634562ca8ccbbe6fa7b

Contents?: true

Size: 1.38 KB

Versions: 145

Compression:

Stored size: 1.38 KB

Contents

<div data-extend-template="layouts/details-page-with-breadcrumbs.html">
  <header data-block="header">
    <h2 translate>{{ contentCredential.name }}</h2>
  </header>

  <div data-block="item-actions">
    <button type="button" class="btn btn-default" ng-click="openModal()" ng-hide="denied('destroy_content_credentials', contentCredential)">
      <span translate>Remove Content Credential</span>
    </button>

    <div bst-modal="removeContentCredential(contentCredential)" model="contentCredential">
      <div data-block="modal-header" translate>Remove Content Credential {{ contentCredential.name }}</div>
      <div data-block="modal-body" translate>Are you sure you want to remove Content Credential {{ contentCredential.name }}?</div>
    </div>
  </div>

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

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

      <li ng-class="{active: stateIncludes('content-credential.repositories')}">
        <a ui-sref="content-credential.repositories" translate>Repositories</a>
      </li>
    </ul>
  </nav>

  <div data-block="content">
    <section ui-view></section>
  </div>
</div>

Version data entries

145 entries across 145 versions & 1 rubygems

Version Path
katello-4.6.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.6.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.6.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.4.2.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.4.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.4.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.5.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.6.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.6.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.6.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.5.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.5.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.4.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.5.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.4.0.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.4.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.3.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.4.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.4.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.4.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html