Sha256: 4d5b5d5a2fd401df5768c94ffe53c40a14922c1d59144f37e4345acac1fe2ec5

Contents?: true

Size: 1.24 KB

Versions: 116

Compression:

Stored size: 1.24 KB

Contents

<span page-title ng-model="environment">{{ 'Lifecycle Environment:' | translate }} {{ environment.name }}</span>

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

  <div data-block="item-actions">
    <button ng-show="!environment.library"
            ng-click="remove(environment)"
            type="button"
            class="btn btn-default">
      <span translate>Remove Environment</span>
    </button>
  </div>

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

      <li ng-repeat="type in contentTypes" ng-class="{active: isState('environment.' + type.state)}"
          ng-show="type.repositoryType == undefined || repositoryTypeEnabled(type.repositoryType)">
        <a ng-href="{{ $state.href('environment.' + type.state, {environmentId: environment.id}) }}">
          <span translate>{{ type.display }}</span>
        </a>
      </li>
    </ul>
  </nav>

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

Version data entries

116 entries across 116 versions & 1 rubygems

Version Path
katello-3.17.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment.html
katello-4.0.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment.html
katello-3.18.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment.html
katello-3.17.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment.html
katello-4.0.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment.html
katello-3.18.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment.html
katello-3.18.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment.html
katello-3.17.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment.html
katello-3.16.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment.html
katello-3.18.0.rc2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment.html
katello-3.18.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment.html
katello-3.17.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment.html
katello-3.18.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment.html
katello-3.17.0.rc2.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment.html
katello-3.17.0.rc2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment.html
katello-3.16.1.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment.html
katello-3.16.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment.html
katello-3.17.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment.html
katello-3.16.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment.html
katello-3.17.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment.html