diff --git a/tailbone/templates/luigi/index.mako b/tailbone/templates/luigi/index.mako index c4407ff1..44ad30d3 100644 --- a/tailbone/templates/luigi/index.mako +++ b/tailbone/templates/luigi/index.mako @@ -60,8 +60,8 @@ {{ props.row.description }} - {{ props.row.script }} + label="Command"> + {{ props.row.script || props.row.class_name }} - {{ overnightTaskLaunching == props.row.key ? "Working, please wait..." : "Launch" }} + @click="overnightTaskLaunchInit(props.row)"> + Launch + + +