Sha256: 8d421a024411e69c83c222b71e7545b1db1e4399d04a56189a9114d3681607cf

Contents?: true

Size: 1.55 KB

Versions: 8

Compression:

Stored size: 1.55 KB

Contents

<br />

<table class="table table-bordered">
  <thead>
    <tr>
      <th translate>Content View Name</th>
      <th translate>Composite</th>
      <th translate>Last Published</th>
      <th translate>Hosts</th>
      <th translate>Products</th>
      <th translate>Apt repos</th>
      <th translate>Yum repos</th>
      <th translate>Container Image repos</th>
      <th translate>Deb Packages</th>
      <th translate>RPM Packages</th>
      <th translate>Errata</th>
      <th translate>Puppet modules</th>
    </tr>
  </thead>
  <tbody>
    <tr ng-repeat-start="env in syncStatus.lifecycle_environments">
      <td colspan="10"
          ng-click="toggleExpandEnvironment(env)"
          class="expander {{isEnvronmentExpanded(env) ? '' : 'collapsed'}}">
        <span class="caret"></span>
        {{ env.name }}
      </td>
    </tr>
    <tr ng-repeat-end ng-repeat="cv in env.content_views" ng-show="isEnvronmentExpanded(env)">
      <td>
        <a href="/content_views/{{cv.id}}/versions" target="_self">
          {{ cv.name }}
        </a>
      </td>
      <td>{{ cv.composite | booleanToYesNo }}</td>
      <td>{{ cv.last_published }}</td>
      <td>{{ cv.counts.content_hosts }}</td>
      <td>{{ cv.counts.products }}</td>
      <td>{{ cv.counts.apt_repositories }}</td>
      <td>{{ cv.counts.yum_repositories }}</td>
      <td>{{ cv.counts.docker_repositories }}</td>
      <td>{{ cv.counts.deb_packages }}</td>
      <td>{{ cv.counts.packages }}</td>
      <td>{{ cv.counts.errata }}</td>
      <td>{{ cv.counts.puppet_modules }}</td>
    </td>
  </tbody>
</table>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
katello-3.13.4 app/views/foreman/smart_proxies/_content_tab.html.erb
katello-3.13.3 app/views/foreman/smart_proxies/_content_tab.html.erb
katello-3.13.2 app/views/foreman/smart_proxies/_content_tab.html.erb
katello-3.13.1 app/views/foreman/smart_proxies/_content_tab.html.erb
katello-3.13.0 app/views/foreman/smart_proxies/_content_tab.html.erb
katello-3.13.0.rc2.1 app/views/foreman/smart_proxies/_content_tab.html.erb
katello-3.13.0.rc2 app/views/foreman/smart_proxies/_content_tab.html.erb
katello-3.13.0.rc1 app/views/foreman/smart_proxies/_content_tab.html.erb