web/admin: Show inbuilt authentik db as source in sources list
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		| @ -230,6 +230,10 @@ export abstract class Table<T> extends LitElement { | ||||
|         return html``; | ||||
|     } | ||||
|  | ||||
|     renderRowsAbove(): TemplateResult { | ||||
|         return html``; | ||||
|     } | ||||
|  | ||||
|     firstUpdated(): void { | ||||
|         this.fetch(); | ||||
|     } | ||||
| @ -265,6 +269,7 @@ export abstract class Table<T> extends LitElement { | ||||
|                         ${this.columns().map((col) => col.render(this))} | ||||
|                     </tr> | ||||
|                 </thead> | ||||
|                 ${this.renderRowsAbove()} | ||||
|                 ${(this.isLoading || !this.data) ? this.renderLoading() : this.renderRows()} | ||||
|             </table> | ||||
|             <div class="pf-c-pagination pf-m-bottom"> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer