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