We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 682e700 commit d5ecd72Copy full SHA for d5ecd72
ydb/core/mind/hive/monitoring.cpp
@@ -294,7 +294,7 @@ class TTxMonEvent_MemStateTablets : public TTransactionBase<THive> {
294
out << "<td>" << Sprintf("%.9f", x.Weight) << "</td>";
295
out << "<td>" << GetResourceValuesText(x) << "</td>";
296
out << "<td>" << x.GetTabletAllowedMetricIds() << "</td>";
297
- 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>";
298
out << "</tr>";
299
}
300
out << "</tbody></table>";
0 commit comments