Sha256: 07d1e6a6d5880af32ca4a235ac317d98562e04244100bf11ad3eb8e0ac87437a
Contents?: true
Size: 1.89 KB
Versions: 20
Compression:
Stored size: 1.89 KB
Contents
<span page-title ng-model="repository">{{ 'Manage OSTree Branches for Repository:' | translate }} {{ repository.name }}</span> <a ui-sref="products.details.repositories.info({productId: product.id, repositoryId: repository.id})"> <i class="fa fa-angle-double-left"></i> {{ "Back to Repository Details" | translate }} </a> <div data-extend-template="layouts/details-nutupane.html"> <div data-block="pane-loading"></div> <div data-block="messages"> <div bst-alerts success-messages="successMessages" error-messages="errorMessages"></div> <div bst-alert="success" ng-hide="generationTaskId === undefined"> <button type="button" class="close" ng-click="clearTaskId()">×</button> <p translate> OSTree Branch metadata generation has been initiated in the background. Click <a ng-href="{{ taskUrl() }}">Here</a> to monitor the progress. </p> </div> </div> <div data-block="header"> <h3 translate>Ostree Branches in {{ repository.name }}</h3> </div> <div data-block="selection-summary"></div> <div data-block="table"> <table class="table table-striped table-bordered" > <thead> <tr bst-table-head> <th bst-table-column><span translate>Branch Name</span></th> <th bst-table-column><span translate>Version</span></th> <th bst-table-column><span translate>Commit</span></th> <th bst-table-column><span translate>Date</span></th> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="item in detailsTable.rows"> <td bst-table-cell> {{ item.name }} </td> <td bst-table-cell> {{ item.version }} </td> <td bst-table-cell> {{ item.commit }} </td> <td bst-table-cell> {{ item.version_date }} </td> </tr> </tbody> </table> </div> </div>
Version data entries
20 entries across 20 versions & 1 rubygems