mirror of
https://github.com/unraid/webgui.git
synced 2026-05-04 00:39:32 -05:00
Fix reboot banner.
This commit is contained in:
@@ -149,9 +149,7 @@ function textsave(module) {
|
||||
if (data.supportpage == true) {
|
||||
if (data.support == true) {
|
||||
document.getElementById("link" + module).innerHTML = "<a href='" + data.supporturl + "'target='_blank'><i title='" + _("Support page")_ + "' class='fa fa-phone-square'></i></a>" ;
|
||||
} else {
|
||||
document.getElementById("link" + module).innerHTML = "<i title='" + _("No support page avaialable")_ + "' class='fa fa-phone-square' ></i>" ;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
//showDriversupdate() ;
|
||||
|
||||
Reference in New Issue
Block a user