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 204204 <AutomaticRefreshIndicatorButton {canRefresh } refresh ={loadData } /></Card .Title
205205 ></Card .Header
206206 >
207- <Card .Content class = " pt-4 " >
207+ <Card .Content >
208208 <EventsDataTable bind:limit ={queryParams .limit ! } isLoading ={clientStatus .isLoading } rowClick ={rowclick } {table }>
209209 {#snippet toolbarChildren ()}
210210 <FacetedFilter .Root changed ={onFilterChanged } {filters } remove ={onFilterRemoved }>
Original file line number Diff line number Diff line change 4444 ><Card .Header >
4545 <Card .Title class =" text-2xl" >Event Details</Card .Title ></Card .Header
4646 >
47- <Card .Content class = " pt-4 " >
47+ <Card .Content >
4848 <EventsOverview {filterChanged } id ={page .params .eventId || ' ' } {handleError }></EventsOverview >
4949 </Card .Content >
5050 </Card .Root >
Original file line number Diff line number Diff line change 211211 <Card .Root
212212 ><Card .Header >
213213 <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 >
215215 <EventsDataTable bind:limit ={queryParams .limit ! } isLoading ={clientStatus .isLoading } rowClick ={rowclick } {table }>
216216 {#snippet toolbarChildren ()}
217217 <FacetedFilter .Root changed ={onFilterChanged } {filters } remove ={onFilterRemoved }>
Original file line number Diff line number Diff line change 8585 </Button >
8686 </Card .Action >
8787 </Card .Header >
88- <Card .Content class = " pt-4 " >
88+ <Card .Content >
8989 <ProjectsDataTable bind:limit ={projectsQueryParameters .limit ! } isLoading ={projectsQuery .isLoading } {rowClick } {table }>
9090 {#snippet toolbarChildren ()}
9191 <div class =" min-w-fit flex-1" >
You can’t perform that action at this time.
0 commit comments