File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/Exceptionless.Web/ClientApp/src/routes/(app) Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 204
204
<AutomaticRefreshIndicatorButton {canRefresh } refresh ={loadData } /></Card .Title
205
205
></Card .Header
206
206
>
207
- <Card .Content class = " pt-4 " >
207
+ <Card .Content >
208
208
<EventsDataTable bind:limit ={queryParams .limit ! } isLoading ={clientStatus .isLoading } rowClick ={rowclick } {table }>
209
209
{#snippet toolbarChildren ()}
210
210
<FacetedFilter .Root changed ={onFilterChanged } {filters } remove ={onFilterRemoved }>
Original file line number Diff line number Diff line change 44
44
><Card .Header >
45
45
<Card .Title class =" text-2xl" >Event Details</Card .Title ></Card .Header
46
46
>
47
- <Card .Content class = " pt-4 " >
47
+ <Card .Content >
48
48
<EventsOverview {filterChanged } id ={page .params .eventId || ' ' } {handleError }></EventsOverview >
49
49
</Card .Content >
50
50
</Card .Root >
Original file line number Diff line number Diff line change 211
211
<Card .Root
212
212
><Card .Header >
213
213
<Card .Title class ="text-2xl" >Issues <AutomaticRefreshIndicatorButton {canRefresh } refresh ={loadData } /></Card .Title >
214
- </Card .Header ><Card .Content class = " pt-4 " >
214
+ </Card .Header ><Card .Content >
215
215
<EventsDataTable bind:limit ={queryParams .limit ! } isLoading ={clientStatus .isLoading } rowClick ={rowclick } {table }>
216
216
{#snippet toolbarChildren ()}
217
217
<FacetedFilter .Root changed ={onFilterChanged } {filters } remove ={onFilterRemoved }>
Original file line number Diff line number Diff line change 85
85
</Button >
86
86
</Card .Action >
87
87
</Card .Header >
88
- <Card .Content class = " pt-4 " >
88
+ <Card .Content >
89
89
<ProjectsDataTable bind:limit ={projectsQueryParameters .limit ! } isLoading ={projectsQuery .isLoading } {rowClick } {table }>
90
90
{#snippet toolbarChildren ()}
91
91
<div class =" min-w-fit flex-1" >
You can’t perform that action at this time.
0 commit comments