|
@@ -12,7 +12,7 @@ const list = (opts) => {
|
|
|
app.component(`app${opts.pascalPlural}TrashPage`, {
|
|
app.component(`app${opts.pascalPlural}TrashPage`, {
|
|
|
template: html`
|
|
template: html`
|
|
|
<app-user-area title-text="${opts.titlePlural} Trash">
|
|
<app-user-area title-text="${opts.titlePlural} Trash">
|
|
|
- <md-table-container>
|
|
|
|
|
|
|
+ <md-table-container style="width: 100%">
|
|
|
<table md-table md-row-select md-auto-select md-multiple ng-model="ctrl.selected" md-progress="ctrl.promise">
|
|
<table md-table md-row-select md-auto-select md-multiple ng-model="ctrl.selected" md-progress="ctrl.promise">
|
|
|
<thead md-head md-order="query.order" md-on-reorder="ctrl.getRecords">
|
|
<thead md-head md-order="query.order" md-on-reorder="ctrl.getRecords">
|
|
|
<tr md-row>
|
|
<tr md-row>
|