mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Add check for Docker tag
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
@@ -524,6 +524,11 @@ function updateVersionInfo() {
|
||||
}
|
||||
}
|
||||
|
||||
if (v.name === "Docker Tag" && versionCompare(v.local, v.remote) === -1) {
|
||||
updateAvailable = true;
|
||||
dockerUpdate = true;
|
||||
}
|
||||
|
||||
if (updateAvailable) {
|
||||
$("#versions").append(
|
||||
"<li><strong>" +
|
||||
|
||||
Reference in New Issue
Block a user