Sha256: cdd63e4956b8daea6cdc8f10ed907b68497d6b68ab3080e3b91c68f21dd9cf86

Contents?: true

Size: 1.55 KB

Versions: 46

Compression:

Stored size: 1.55 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>
      <li ng-class="{active: stateIncludes('content-credential.acs')}">
        <a ui-sref="content-credential.acs" translate>Alternate Content Sources</a>
      </li>
    </ul>
  </nav>

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

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
katello-4.14.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.15.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.15.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.15.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.14.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.14.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.14.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.14.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.14.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.14.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.13.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.13.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.12.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.13.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.12.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.12.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.12.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.12.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.11.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
katello-4.11.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html