mirror of
				https://gitlab.sectorq.eu/jaydee/omv_backup.git
				synced 2025-10-29 17:50:07 +01:00 
			
		
		
		
	added v3
This commit is contained in:
		| @@ -336,7 +336,12 @@ if _RESTORE: | |||||||
|                 print(y) |                 print(y) | ||||||
|                  |                  | ||||||
|                 if "logo" in y: |                 if "logo" in y: | ||||||
|                     loaded[i]['logo']['icon'] = "/images/qnap_nas.png" |                     if host == "rpi5.home.lan": | ||||||
|  |                         loaded[i]['logo']['icon'] = "/images/rpi5.png" | ||||||
|  |                     elif host == "nas.home.lan": | ||||||
|  |                         loaded[i]['logo']['icon'] = "/images/qnap_nas.png" | ||||||
|  |                     else: | ||||||
|  |                         loaded[i]['logo']['icon'] = "/images/morefine2.png" | ||||||
|                 i+=1 |                 i+=1 | ||||||
|                      |                      | ||||||
|             # Save it again |             # Save it again | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user