Sha256: 8c1b3947faf3cf0a09a2eb83c2a1647f0b3e0e6a1a74e1ce58aa3367342c604e
Contents?: true
Size: 673 Bytes
Versions: 1
Compression:
Stored size: 673 Bytes
Contents
<span page-title ng-model="filter">{{ 'Filter information for:' | translate }} {{ filter.name }}</span> <div class="detail"> <span class="info-label" translate>Name</span> <span class="info-value" bst-edit-text="filter.name" on-save="save(filter)" readonly="denied('edit_content_views', contentView)"> </span> </div> <div class="detail"> <span class="info-label" translate>Description</span> <span class="info-value" bst-edit-textarea="filter.description" on-save="save(filter)" readonly="denied('edit_content_views', contentView)"> </span> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
katello-2.2.2 | engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/edit-filter.html |