From 7e6a7ae855e3c7dd4f884b023957af4d216a16a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20G=C3=B6m=C3=B6ri?= Date: Tue, 23 Jul 2024 05:20:35 +0200 Subject: [PATCH] Fix order of application info items (#101) Memory and Reductions were swapped --- src/observer_cli_application.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/observer_cli_application.erl b/src/observer_cli_application.erl index 1e3fc6c..1cae91b 100644 --- a/src/observer_cli_application.erl +++ b/src/observer_cli_application.erl @@ -117,7 +117,7 @@ render_app_info(Row, CurPage, {Type, N}) -> ]), {_, View} = lists:foldl( fun({_, _, Item}, {Pos, Acc}) -> - [App, C, R, M, Q, S, V] = Item, + [App, C, M, R, Q, S, V] = Item, {Pos + 1, [ ?render([ ?W(Pos, 2),