Skip to content

Commit

Permalink
fix statestorage link (#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
vporyadke authored Jan 15, 2024
1 parent 682e700 commit d5ecd72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/mind/hive/monitoring.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ class TTxMonEvent_MemStateTablets : public TTransactionBase<THive> {
out << "<td>" << Sprintf("%.9f", x.Weight) << "</td>";
out << "<td>" << GetResourceValuesText(x) << "</td>";
out << "<td>" << x.GetTabletAllowedMetricIds() << "</td>";
out << "<td><a href='../tablets?SsId=" << tabletId << "'><span class='glyphicon glyphicon-tasks' title='State Storage'/></a></td>";
out << "<td><a href='../tablets?SsId=" << tabletId.first << "'><span class='glyphicon glyphicon-tasks' title='State Storage'/></a></td>";
out << "</tr>";
}
out << "</tbody></table>";
Expand Down

0 comments on commit d5ecd72

Please sign in to comment.