mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-02 18:59:15 -05:00 
			
		
		
		
	fix(web): Use correct unit for user quota (#6518)
Use correct unit Already uses GiB when converting to/from bytes
This commit is contained in:
		
							parent
							
								
									732f289336
								
							
						
					
					
						commit
						1efcb00a65
					
				@ -121,7 +121,7 @@
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
    <div class="m-4 flex flex-col gap-2">
 | 
			
		||||
      <label class="immich-form-label" for="quotaSize">Quota Size (GB)</label>
 | 
			
		||||
      <label class="immich-form-label" for="quotaSize">Quota Size (GiB)</label>
 | 
			
		||||
      <input class="immich-form-input" id="quotaSize" name="quotaSize" type="number" min="0" />
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -102,7 +102,7 @@
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
    <div class="m-4 flex flex-col gap-2">
 | 
			
		||||
      <label class="immich-form-label" for="quotaSize">Quota Size (GB)</label>
 | 
			
		||||
      <label class="immich-form-label" for="quotaSize">Quota Size (GiB)</label>
 | 
			
		||||
      <input class="immich-form-input" id="quotaSize" name="quotaSize" type="number" min="0" bind:value={quotaSize} />
 | 
			
		||||
      <p>Note: Enter 0 for unlimited quota</p>
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user