#146 (Parcel) table
* set default rpp for overview tables from 5 to 10 * improves loading speed of parcel table
This commit is contained in:
		
							parent
							
								
									60e23d15fc
								
							
						
					
					
						commit
						83d70b6d59
					
				@ -19,6 +19,6 @@ PAGE_SIZE_OPTIONS_TUPLES = [
 | 
			
		||||
    (50, 50),
 | 
			
		||||
    (100, 100),
 | 
			
		||||
]
 | 
			
		||||
PAGE_SIZE_DEFAULT = 5
 | 
			
		||||
PAGE_SIZE_DEFAULT = 10
 | 
			
		||||
PAGE_SIZE_MAX = 100
 | 
			
		||||
PAGE_DEFAULT = 1
 | 
			
		||||
 | 
			
		||||
@ -8,7 +8,7 @@
 | 
			
		||||
            </h5>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="card-body">
 | 
			
		||||
            <div hx-trigger="every 2s" hx-get="{% url 'geometry-parcels' geom_form.instance.geometry.id %}">
 | 
			
		||||
            <div hx-trigger="load, every 5s" hx-get="{% url 'geometry-parcels' geom_form.instance.geometry.id %}">
 | 
			
		||||
                <div class="row justify-content-center">
 | 
			
		||||
                    <span class="spinner-border rlp-r-inv" role="status"></span>
 | 
			
		||||
                </div>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user