Display reported backend as title
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone Build is passing
				
			This commit is contained in:
		| @@ -4,7 +4,7 @@ | |||||||
|       <Datepicker class="ma-2" :refresh="refreshFilterState" /> |       <Datepicker class="ma-2" :refresh="refreshFilterState" /> | ||||||
|     </v-col> |     </v-col> | ||||||
|     <v-col cols="12" sm="2" class="d-flex justify-center flex-wrap"> |     <v-col cols="12" sm="2" class="d-flex justify-center flex-wrap"> | ||||||
|       <h1 class="app-title"> Logmower </h1> |       <h1 class="app-title"> {{ title }} </h1> | ||||||
|     </v-col> |     </v-col> | ||||||
|     <v-col cols="12" sm="5" class="d-flex justify-end flex-wrap align-center"> |     <v-col cols="12" sm="5" class="d-flex justify-end flex-wrap align-center"> | ||||||
|       <ConnectionMonitor @setup-stream="setupStream" /> |       <ConnectionMonitor @setup-stream="setupStream" /> | ||||||
| @@ -35,7 +35,8 @@ export default { | |||||||
|     VBtn |     VBtn | ||||||
|   }, |   }, | ||||||
|   props: { |   props: { | ||||||
|     refreshFilterState: Function |     refreshFilterState: Function, | ||||||
|  |     title: String | ||||||
|   }, |   }, | ||||||
|   computed: { |   computed: { | ||||||
|     ...mapGetters([ |     ...mapGetters([ | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| <template> | <template> | ||||||
|   <div style="height: 100%; width: 100%;" v-resize="onResize"> |   <div style="height: 100%; width: 100%;" v-resize="onResize"> | ||||||
|     <Header :refresh-filter-state="refreshFilterState" @setup-stream="setupStream" /> |     <Header :refresh-filter-state="refreshFilterState" :title="backend" @setup-stream="setupStream" /> | ||||||
|     <ag-grid-vue |     <ag-grid-vue | ||||||
|       v-if="columnDefs" |       v-if="columnDefs" | ||||||
|       style="width: 100%; height: calc(100% - 52px);" |       style="width: 100%; height: calc(100% - 52px);" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user