url shortener, quotas, small improvements
This commit is contained in:
@@ -11,7 +11,7 @@ export class QuotasComponent implements OnInit {
|
||||
|
||||
|
||||
@Input() quotas;
|
||||
quotaColumns = ["name", "quota", "quotaUnit"];
|
||||
quotaColumns = ["name", "value", "fixed_value", "quotaUnit"];
|
||||
|
||||
constructor(private i18n: I18nService) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user