From 4de04fc1c3741641c870b4a3f29b9abec694364d Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 2 Jul 2017 16:45:02 +0300 Subject: [PATCH] minor tweak... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-widgets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui (gen4)/features/ui-widgets.js b/ui (gen4)/features/ui-widgets.js index f48c5dc8..14bfae72 100755 --- a/ui (gen4)/features/ui-widgets.js +++ b/ui (gen4)/features/ui-widgets.js @@ -828,7 +828,7 @@ var UIIntrospectionActions = actions.Actions({ make(tag) }) } - draw('Loaded', that.features.features) + draw('Loaded (in order)', that.features.features) draw('Excluded', that.features.excluded) draw('Disabled', that.features.disabled) draw('Not applicable', that.features.unapplicable)