processoFinalizadoList.html
827 Bytes
<div id="searchProcesso" class="page-content" ng-controller="ProcessoFinalizadoListController">
<div class="bar-buttons-action fixed">
<div class="row">
<div class="col-sm-8 text-left">
<span class="divider-vertical"></span>
<filtros ng-filter="filterCriteria" ng-workspace="workspace"></filtros>
</div>
<!-- .col -->
<div class="col-sm-4 text-right">
<favorito />
<help-button workspace="workspace" />
</div>
<!-- .col -->
</div>
<!-- .row -->
</div>
<!-- .bar-buttons-action -->
<breadcrumb ng-workspace="workspace"></breadcrumb>
<list-view ng-lista="processoList" ng-repository="ProcessoRepository" ng-use-custom-remove="false" ng-headers="headers" ng-filter-criteria="filterCriteria" ng-item-selecionado="processoChecked"></list-view>
</div>
<!-- .page-content -->