From a8d089d3acc0c2254b3dbeb04c1e622ab01e6d98 Mon Sep 17 00:00:00 2001 From: Rudolf Marek Date: Sun, 27 Apr 2014 20:29:10 +0200 Subject: 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 Reviewed-on: http://review.coreboot.org/5593 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Patrick Georgi --- util/board_status/to-wiki/towiki.sh | 9 +++++---- 1 file 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 -- cgit v1.2.3