Same without buttons

This commit is contained in:
Ian Roddis
2022-02-10 17:18:27 -04:00
parent 015c3a3e04
commit 6aab7be0a1

View File

@@ -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>"