mirror of
https://gitlab.sectorq.eu/jaydee/omv_backup.git
synced 2025-07-01 23:58:33 +02: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:
|
||||||
|
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"
|
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