BeamConsoleWeb.Console.ApplicationTreePresenter (beam_console v0.5.0)

Copy Markdown View Source

Groups started applications into deterministic folder-tree categories.

Summary

Functions

Returns every configured category with sorted application rows and stable IDs.

Types

category_view()

@type category_view() :: %{
  id: String.t(),
  category: BeamConsole.ApplicationTreeConfig.category(),
  label: String.t(),
  count: non_neg_integer(),
  applications: [BeamConsole.ApplicationInfo.t()]
}

Functions

present(snapshot, config)

Returns every configured category with sorted application rows and stable IDs.