We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d8e652 + b158b61 commit ea42009Copy full SHA for ea42009
ydb/core/mind/hive/monitoring.cpp
@@ -477,7 +477,7 @@ class TTxMonEvent_MemStateDomains : public TTransactionBase<THive> {
477
}
478
479
void RenderHTMLPage(IOutputStream &out) {
480
- // out << "<script>$('.container').css('width', 'auto');</script>";
+ out << "<script>$('.container').css('width', 'auto');</script>";
481
out << "<table class='table table-sortable'>";
482
out << "<thead>";
483
out << "<tr>";
0 commit comments