1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 22:05:23 +02:00

refactor(docker/events): convert table to react [EE-4667] (#8937)

This commit is contained in:
Chaim Lev-Ari 2023-07-13 12:55:22 +03:00 committed by GitHub
parent ecd54ab929
commit a725883cbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 61 additions and 114 deletions

View file

@ -1,7 +1,3 @@
<page-header title="'Event list'" breadcrumbs="['Events']" reload="true"> </page-header>
<div class="row">
<div class="col-sm-12">
<events-datatable title-text="Events" title-icon="clock" dataset="events" table-key="events" order-by="Time" reverse-order="true"></events-datatable>
</div>
</div>
<docker-events-datatable dataset="events"></docker-events-datatable>