Browse Source

Autotest: remove jdrone logo from firmware server

c415-sdk
Pierre Kancir 4 years ago committed by Andrew Tridgell
parent
commit
05d365f1a6
  1. 12
      Tools/autotest/web-firmware/index.html
  2. 12
      Tools/autotest/web/index.html

12
Tools/autotest/web-firmware/index.html

@ -14,18 +14,6 @@ @@ -14,18 +14,6 @@
</div>
</a>
<style>
#jdlogo {
top: 15px;
right: 20px;
position: absolute;
}
</style>
<div id=jdlogo>
Servers by <a href="http://www.jDrones.com/">jDrones</a>
</div>
<h2>ArduPilot Firmware builds</h2>
These firmware builds are automatically generated by the

12
Tools/autotest/web/index.html

@ -14,18 +14,6 @@ @@ -14,18 +14,6 @@
</div>
</a>
<style>
#jdlogo {
top: 15px;
right: 20px;
position: absolute;
}
</style>
<div id=jdlogo>
Servers by <a href=http://www.jDrones.com/>jDrones</a>
</div>
<h2>Automatic test run at ${date}</h2>
<div id="git">Test run on git commit <a href="https://github.com/ArduPilot/ardupilot/commit/${githash}">${githash}</a>

Loading…
Cancel
Save