summaryrefslogtreecommitdiff
path: root/util/board_status
diff options
context:
space:
mode:
authorRudolf Marek <r.marek@assembler.cz>2014-04-27 20:29:10 +0200
committerPatrick Georgi <patrick@georgi-clan.de>2014-04-29 21:39:19 +0200
commita8d089d3acc0c2254b3dbeb04c1e622ab01e6d98 (patch)
treec149dae7d44bde16845eb569d48c0de1c18ad18d /util/board_status
parent68eff4fb1cc9e0d83a21e736143ad6ae8c41bc36 (diff)
downloadcoreboot-a8d089d3acc0c2254b3dbeb04c1e622ab01e6d98.tar.xz
towiki.sh Move vendor link to the first column.
It is not easy to see that there are two links, one to coreboot wiki and second to the vendor page. This change moves the vendor page link to the vendor column, separating it nicely. Change-Id: I3063be476231d04f833350043010a6e0001697e7 Signed-off-by: Rudolf Marek <r.marek@assembler.cz> Reviewed-on: http://review.coreboot.org/5593 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'util/board_status')
-rwxr-xr-xutil/board_status/to-wiki/towiki.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/util/board_status/to-wiki/towiki.sh b/util/board_status/to-wiki/towiki.sh
index 52448439b9..1778061a6d 100755
--- a/util/board_status/to-wiki/towiki.sh
+++ b/util/board_status/to-wiki/towiki.sh
@@ -379,13 +379,14 @@ EOF
esac
echo "|- bgcolor=\"#$color\""
- echo "| $vendor_nice"
- echo -n "| [[Board:$vendor/$board|$board_nice]]"
+
if [ -z "$board_url" ]; then
- echo
+ echo "| $vendor_nice"
else
- echo " [$board_url vendor page]"
+ echo "| [$board_url $vendor_nice]"
fi
+ echo "| [[Board:$vendor/$board|$board_nice]]"
+
if [ -z "$lastgood" ]; then
echo "| style=\"background:red\" | Unknown"
else