diff --git a/www/kojiweb/taskinfo.chtml b/www/kojiweb/taskinfo.chtml index 53e5972b..7dd04fe9 100644 --- a/www/kojiweb/taskinfo.chtml +++ b/www/kojiweb/taskinfo.chtml @@ -152,7 +152,7 @@ $value Build Target: $params[3]
Kickstart File: $params[4]
$printOpts($params[5]) - #elif $task.method == 'baseImage' + #elif $task.method == 'image' Arches: #echo ', '.join($params[2])#
Build Target: $params[3]
Installation Tree: $params[4]
@@ -174,7 +174,7 @@ $value $printOpts($params[3]) #end if #end if - #elif $task.method == 'createBaseImage' + #elif $task.method == 'createImage' #set $target = $params[4] Build Target: $target.name
Install Tree: $params[7]