add i18n management, improvements on admin handling, fix service grid
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
<mat-icon>add</mat-icon>
|
||||
{{'admin.quotas.create' | i18n}}
|
||||
</button>
|
||||
<button mat-raised-button color="accent" (click)="loadAllQuotas()" style="margin-left: 8px;">
|
||||
<mat-icon>list</mat-icon>
|
||||
{{'admin.quotas.load_all' | i18n}}
|
||||
</button>
|
||||
}
|
||||
</header>
|
||||
|
||||
@@ -62,7 +66,7 @@
|
||||
</ng-container>
|
||||
|
||||
<tr mat-header-row *matHeaderRowDef="displayedColumns"></tr>
|
||||
<tr mat-row *matRowDef="let row; columns: displayedColumns;"></tr>
|
||||
<tr mat-row *matRowDef="let row; columns: displayedColumns;" [class.expired-row]="isExpired(row)"></tr>
|
||||
</table>
|
||||
</div>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user