web: fix typo - the param[0] is tag, not target

fixes: #1922
This commit is contained in:
Yu Ming Zhu 2020-01-08 08:57:04 +00:00 committed by Tomas Kopecek
parent dbef6d2530
commit f602e7e6ef

View file

@ -273,7 +273,7 @@ $value
<strong>Build Target:</strong> <a href="buildtargetinfo?name=$params[1]">$params[1]</a><br/>
$printOpts($params[2])
#elif $task.method == 'waitrepo'
<strong>Build Target:</strong> $params[0]<br/>
<strong>Build Tag:</strong> $params[0]<br/>
#if $params[1]
<strong>Newer Than:</strong> $params[1]<br/>
#end if