mirror of https://github.com/aredn/aredn.git
feature: supporttool: Add link to admin page
Add link to admin page for users to download support data
This commit is contained in:
parent
8299862b57
commit
01fa7b5666
|
@ -627,6 +627,12 @@ print "</tr>\n";
|
||||||
print "</table></td></tr>\n";
|
print "</table></td></tr>\n";
|
||||||
|
|
||||||
print "<tr><td colspan=3><hr></td></tr>\n";
|
print "<tr><td colspan=3><hr></td></tr>\n";
|
||||||
|
|
||||||
|
print "<tr><th colspan=3>Support Data</th></tr>\n";
|
||||||
|
print "<tr><td colspan=3 align=center><a href=/cgi-bin/supporttool>Download Support Data</a></td></tr>\n";
|
||||||
|
|
||||||
|
print "<tr><td colspan=3><hr></td></tr>\n";
|
||||||
|
|
||||||
print "</table>\n";
|
print "</table>\n";
|
||||||
|
|
||||||
print "</td></tr>\n";
|
print "</td></tr>\n";
|
||||||
|
|
Loading…
Reference in New Issue