Fixed event log table separation
This commit is contained in:
		
							parent
							
								
									d4c79e06d8
								
							
						
					
					
						commit
						caf35ad657
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		|  | @ -300,7 +300,10 @@ public class MonitoringClientConnection implements TemplateComposer { | ||||||
|                 EVENT_LIST_TITLE_TOOLTIP_KEY); |                 EVENT_LIST_TITLE_TOOLTIP_KEY); | ||||||
| 
 | 
 | ||||||
|         // client event table for this connection |         // client event table for this connection | ||||||
|         this.pageService.entityTableBuilder(restService.getRestCall(GetExtendedClientEventPage.class)) |         this.pageService | ||||||
|  |                 .entityTableBuilder( | ||||||
|  |                         "seb-client-" + connectionToken, | ||||||
|  |                         restService.getRestCall(GetExtendedClientEventPage.class)) | ||||||
|                 .withEmptyMessage(EMPTY_LIST_TEXT_KEY) |                 .withEmptyMessage(EMPTY_LIST_TEXT_KEY) | ||||||
|                 .withPaging(this.pageSize) |                 .withPaging(this.pageSize) | ||||||
|                 .withRestCallAdapter(restCallBuilder -> restCallBuilder.withQueryParam( |                 .withRestCallAdapter(restCallBuilder -> restCallBuilder.withQueryParam( | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 anhefti
						anhefti