mirror of https://github.com/aredn/aredn.git
add help link to pages missing it (#513)
This commit is contained in:
parent
72572034be
commit
7f4342ffb7
|
@ -822,7 +822,7 @@ html.print("</tr></table><hr style='width:800px'>")
|
|||
|
||||
-- help link and buttons table
|
||||
html.print("<table width=750px><tr align=center>")
|
||||
html.print("<td width=33%><a href='/help.html#advancedconfig' target='_blank'><strong>Help</strong></a></td>")
|
||||
html.print("<td width=33%><a href='/help.html#advancedconfig' target='_blank'>Help</a></td>")
|
||||
html.print("<td width=33%><input type=submit name=button_reboot value=Reboot style='font-weight:bold' title='Immediately reboot this node'></td>")
|
||||
html.print("<td width=33%><input type=submit name=button_firstboot value='Reset to Firstboot' onclick=\"return confirm('All config settings and add-on packages will be lost back to first boot state. Continue?')\" title='Reset this node to the initial/firstboot status and reboot.'></td>")
|
||||
html.print("</tr></table>")
|
||||
|
|
|
@ -98,6 +98,7 @@ html.print([[<hr>
|
|||
<table>
|
||||
<tr><td>
|
||||
<center>
|
||||
<a href='/help.html#status' target='_blank'>Help</a>
|
||||
<button type=button onClick='window.location.reload()' title='Refresh this page'>Refresh</button>
|
||||
|
||||
<button type=button onClick='window.location="status"' title='Return to the status page'>Quit</button>
|
||||
|
|
|
@ -429,6 +429,8 @@ if node_desc then
|
|||
end
|
||||
html.print("<hr><nobr>")
|
||||
|
||||
html.print("<a href='/help.html#meshstatus' target='_blank'>Help</a> ")
|
||||
|
||||
if nixio.fs.stat("/tmp/web/automesh") then
|
||||
html.print("<input type=submit name=stop value=Stop title='Abort continuous status'>")
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue