chore: add id to form element for unraid.net jump to settings

This commit is contained in:
Zack Spear
2020-07-17 19:53:43 -07:00
parent 1cbbe93a58
commit 1f80c5973b

View File

@@ -368,7 +368,7 @@ function enableFlashBackup(button) {
}
}
</script>
<form markdown="1" name="UnraidNetSettings" method="POST" action="/update.htm" target="progressFrame">
<form id="UnraidNetSettings" markdown="1" name="UnraidNetSettings" method="POST" action="/update.htm" target="progressFrame">
<?if(!$isRegistered):?>
Unraid.net Status:
: <span class='orange p0'>Not Signed In</span>