mirror of https://github.com/aredn/aredn.git
documentation: setup: Deprecation notice for all but mesh mode
All node type's except mesh have been deprecated. In a future release we will remove them (and the associated code) to streamline the project. It is recommended to use a dedicated purpose driven device for these modes in the future
This commit is contained in:
parent
1b68255c7f
commit
d15668d592
|
@ -483,7 +483,18 @@ print "
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
</td></tr><tr><td>
|
</td></tr>";
|
||||||
|
|
||||||
|
if($config ne "mesh")
|
||||||
|
{
|
||||||
|
print "<tr><td align=center>";
|
||||||
|
print "<b>This node type will be removed in a future release -- See release notes</b>";
|
||||||
|
print "</td></tr>";
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
print "
|
||||||
|
<tr><td>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<table cellpadding=5 border=1 width=100%>
|
<table cellpadding=5 border=1 width=100%>
|
||||||
|
|
Loading…
Reference in New Issue