Skip to content

Commit 8e35b97

Browse files
authored
Fix URL for transaction page of PQ tablet (#11900)
1 parent fed0239 commit 8e35b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/persqueue/pq_impl_app.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class TMonitoringProxy : public TActorBootstrapped<TMonitoringProxy> {
119119
for (auto& tx : Transactions) {
120120
TABLER() {
121121
TABLED() {
122-
HREF(TStringBuilder() << "?TxId=" << tx.TxId) {
122+
HREF(TStringBuilder() << "?TabletID=" << TabletID << "&TxId=" << tx.TxId) {
123123
str << tx.TxId;
124124
}
125125
}

0 commit comments

Comments
 (0)