Same without buttons
This commit is contained in:
@@ -464,8 +464,9 @@ namespace daggy::daggyd {
|
|||||||
continue;
|
continue;
|
||||||
std::string retryButton = "";
|
std::string retryButton = "";
|
||||||
if (taskState == +RunState::ERRORED) {
|
if (taskState == +RunState::ERRORED) {
|
||||||
retryButton = "<button onclick=\"resubmit(" + std::to_string(runID) +
|
retryButton = " <a href=\"#\" onclick=\"resubmit(" +
|
||||||
", '" + taskName + "');\">Retry</button>";
|
std::to_string(runID) + ", '" + taskName +
|
||||||
|
"');\">Retry</a>";
|
||||||
}
|
}
|
||||||
ss << "<tr>"
|
ss << "<tr>"
|
||||||
<< "<td>" << taskName << "</td>"
|
<< "<td>" << taskName << "</td>"
|
||||||
|
|||||||
Reference in New Issue
Block a user