web: mass update API calls
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		| @ -110,7 +110,7 @@ export class ProviderListPage extends TablePage<Provider> { | ||||
|                 <i class="fas fa-caret-down pf-c-dropdown__toggle-icon" aria-hidden="true"></i> | ||||
|             </button> | ||||
|             <ul class="pf-c-dropdown__menu" hidden> | ||||
|                 ${until(new ProvidersApi(DEFAULT_CONFIG).providersAllTypes().then((types) => { | ||||
|                 ${until(new ProvidersApi(DEFAULT_CONFIG).providersAllTypesList().then((types) => { | ||||
|                     return types.map((type) => { | ||||
|                         return html`<li> | ||||
|                             <ak-forms-modal> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer