Sha256: 8f322182089d9a0a42991becaad780b155270b0bd7f7ec0c02a3f32b78d4c75f
Contents?: true
Size: 1.31 KB
Versions: 157
Compression:
Stored size: 1.31 KB
Contents
<span page-title ng-model="repository">{{ 'Manage Ansible Collections for Repository:' | translate }} {{ repository.name }}</span> <div data-extend-template="layouts/partials/table.html"> <div data-block="table"> <table class="table table-striped table-bordered" > <thead> <tr bst-table-head> <th bst-table-column><span translate>Collection Name</span></th> <th bst-table-column><span translate>Author</span></th> <th bst-table-column><span translate>Version</span></th> <th bst-table-column><span translate>Checksum</span></th> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="collection in table.rows"> <td bst-table-cell> <a href="ansible_collections/{{ collection.id }}"> {{ collection.name }} </a> </td> <td bst-table-cell> {{ collection.namespace }} </td> <td bst-table-cell> {{ collection.version }} </td> <td bst-table-cell> {{ collection.checksum }} </td> </tr> </tbody> </table> </div> </div>
Version data entries
157 entries across 157 versions & 1 rubygems