Commit 54713ba2 authored by Reiner Herrmann's avatar Reiner Herrmann Committed by Holger Levsen
Browse files

reproducible dashboard: link age graphs to images

parent 8164c88e
...@@ -513,7 +513,7 @@ create_dashboard_page() { ...@@ -513,7 +513,7 @@ create_dashboard_page() {
if [ "$ARCH" = "armhf" ] && [ "$SUITE" = testing ] ; then if [ "$ARCH" = "armhf" ] && [ "$SUITE" = testing ] ; then
continue continue
fi fi
write_page " <a href=\"/$SUITE/$ARCH\"><img src=\"/$SUITE/$ARCH/${TABLE[2]}.png\" class=\"overview\" alt=\"age of oldest reproducible build result in $SUITE/$ARCH\"></a>" write_page " <a href=\"/$SUITE/$ARCH/${TABLE[2]}.png\"><img src=\"/$SUITE/$ARCH/${TABLE[2]}.png\" class=\"overview\" alt=\"age of oldest reproducible build result in $SUITE/$ARCH\"></a>"
done done
write_page "</p><p style=\"clear:both;\">" write_page "</p><p style=\"clear:both;\">"
done done
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment