mirror of
https://github.com/unraid/api.git
synced 2026-01-20 07:29:40 -06:00
chore: add id to form element for unraid.net jump to settings
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user