bugfix: add upgrademode web page

This will depend on Change-Id: f7cbcef9aec2fb420bd88cdc6345c5c5bfca78fa
ref AREDN->ticket:204

Change-Id: I4e83dab801a21b9389744af19b4613152a6feb1a
This commit is contained in:
Darryl Quinn 2017-01-19 16:20:49 -06:00 committed by K5DLQ
parent bb0cb625d3
commit ed8939b3da
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>AREDN: Upgrade Mode</title>
</head>
<body>
<img src="/AREDN.png" alt="Upgrade Mode" height="144" width="295"><br />
<p>
This node is currently in upgrade mode<br />
Only <a href="/cgi-bin/admin">/cgi-bin/admin</a> and <a href="/cgi-bin/supporttool">/cgi-bin/supporttool</a> will function.
</p>
</body>
</html>