Sha256: 8d23176f250577d88551f1222801f1e1c3c6909f7ce28a6b9b8cb90d0f329eb0
Contents?: true
Size: 1.72 KB
Versions: 17
Compression:
Stored size: 1.72 KB
Contents
<span page-title ng-model="contentView">{{ 'Available Puppet Modules for Content View:' | translate }} {{ contentView.name }}</span> <ol class="breadcrumb"> <li class="active"> <a ui-sref="content-views.details.puppet-modules.list"> {{ "Module List" | translate }} </a> </li> </ol> <div data-extend-template="layouts/details-nutupane.html"> <div class="loading-mask loading-mask-panel" ng-show="namesLoading"> <i class="fa fa-spinner fa-spin"></i> {{ "Loading..." | translate }} </div> <a ui-sref="content-views.details.puppet-modules.list" > <i class="fa fa-double-angle-left"></i> {{ "Back to Module List" | translate }} </a> <span data-block="header" translate>Select A New Puppet Module To Add</span> <span data-block="messages"></span> <div data-block="search"> <input type="text" class="form-control" placeholder="{{ 'Filter' | translate }}" ng-model="filterTerm"/> </div> <span data-block="selection-summary"></span> <div data-block="table"> <table class="table table-striped table-bordered"> <thead> <tr bst-table-head> <th bst-table-column><span translate>Name</span></th> <th bst-table-column><span translate>Actions</span></th> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="item in detailsTable.rows | filter:filterTerm"> <td >{{ item.name }}</td> <td class="action-cell"> <button translate ng-hide="denied('edit_content_views', contentView)" ng-click="selectVersion(item.name)"> Select a Version </button> </td> </tr> </tbody> </table> </div> </div>
Version data entries
17 entries across 17 versions & 1 rubygems