Skip to content

Commit

Permalink
Add filestore service config render (#2506)
Browse files Browse the repository at this point in the history
Co-authored-by: Nikita Maslennikov <nmaslennikov2004@yandex.ru>
  • Loading branch information
NikitaMsln and Nikita Maslennikov authored Nov 18, 2024
1 parent 08e3324 commit 5289865
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ void TStorageServiceActor::HandleHttpInfo(

TAG(TH3) { out << "Local Filesystems"; }
RenderLocalFileStores(out);

TAG(TH3) { out << "Config"; }
StorageConfig->DumpHtml(out);
}
} else {
out << "State not ready yet" << Endl;
Expand Down

0 comments on commit 5289865

Please sign in to comment.