Skip to content

Commit ea42009

Browse files
authored
Merge b158b61 into 3d8e652
2 parents 3d8e652 + b158b61 commit ea42009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/mind/hive/monitoring.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ class TTxMonEvent_MemStateDomains : public TTransactionBase<THive> {
477477
}
478478

479479
void RenderHTMLPage(IOutputStream &out) {
480-
// out << "<script>$('.container').css('width', 'auto');</script>";
480+
out << "<script>$('.container').css('width', 'auto');</script>";
481481
out << "<table class='table table-sortable'>";
482482
out << "<thead>";
483483
out << "<tr>";

0 commit comments

Comments
 (0)