Skip to content

Commit d5ecd72

Browse files
authored
fix statestorage link (#953)
1 parent 682e700 commit d5ecd72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/mind/hive/monitoring.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ class TTxMonEvent_MemStateTablets : public TTransactionBase<THive> {
294294
out << "<td>" << Sprintf("%.9f", x.Weight) << "</td>";
295295
out << "<td>" << GetResourceValuesText(x) << "</td>";
296296
out << "<td>" << x.GetTabletAllowedMetricIds() << "</td>";
297-
out << "<td><a href='../tablets?SsId=" << tabletId << "'><span class='glyphicon glyphicon-tasks' title='State Storage'/></a></td>";
297+
out << "<td><a href='../tablets?SsId=" << tabletId.first << "'><span class='glyphicon glyphicon-tasks' title='State Storage'/></a></td>";
298298
out << "</tr>";
299299
}
300300
out << "</tbody></table>";

0 commit comments

Comments
 (0)