Skip to content

Commit 0af7b18

Browse files
authored
extend table container (#4998)
1 parent f35d839 commit 0af7b18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)