Sha256: eb2fe31f6b98817b995c4dfe7ae7d4a203973df03d280c2f1012269821353354
Contents?: true
Size: 1.89 KB
Versions: 6
Compression:
Stored size: 1.89 KB
Contents
<span page-title ng-model="repository">{{ 'Manage Packages for Repository:' | translate }} {{ repository.name }}</span> <div data-block="messages"> <div bst-alert="success" ng-hide="generationTaskId === undefined"> <button type="button" class="close" ng-click="clearTaskId()">×</button> <p translate> Yum metadata generation has been initiated in the background. Click <a href="{{ taskUrl() }}">Here</a> to monitor the progress. </p> </div> </div> <div data-extend-template="layouts/partials/table.html"> <div data-block="list-actions"> <div bst-modal="removeContent()" model="table"> <div data-block="modal-header" translate translate-n="table.numSelected" translate-plural="Remove {{ table.numSelected }} packages?"> Remove Package? </div> <div data-block="modal-body" translate translate-n="table.numSelected" translate-plural="Are you sure you want to remove the {{ table.numSelected }} packages selected?"> Are you sure you want to remove the {{ table.getSelected()[0].name }}? </div> </div> <button type="button" class="btn btn-default" ng-hide="denied('edit_products')" ng-click="openModal()" ng-disabled="table.working || table.numSelected === 0"> <i class="fa fa-trash-o" ng-hide="table.working"></i> <span translate>Remove Packages</span> </button> </div> <div data-block="table"> <table class="table table-striped table-bordered" > <thead> <tr bst-table-head row-select> <th bst-table-column><span translate>Name</span></th> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="package in table.rows" row-select="package"> <td bst-table-cell> {{ package.nvrea }} </td> </tr> </tbody> </table> </div> </div>
Version data entries
6 entries across 6 versions & 1 rubygems