aboutsummaryrefslogtreecommitdiffstats
path: root/lib/observer/src/observer_html_lib.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2018-10-12 06:49:33 +0200
committerBjörn Gustavsson <[email protected]>2018-11-06 10:01:23 +0100
commit7489e818de5da5e1648ac06356eeefdc98902564 (patch)
treec04b246f5f764200575f6280bcb9b68b5a74f0f3 /lib/observer/src/observer_html_lib.erl
parent8f78c9bc750acae397a727964d8aeb93331b5fb3 (diff)
downloadotp-7489e818de5da5e1648ac06356eeefdc98902564.tar.gz
otp-7489e818de5da5e1648ac06356eeefdc98902564.tar.bz2
otp-7489e818de5da5e1648ac06356eeefdc98902564.zip
Implement a tab for persistent terms in crashdump viewer
Co-authored-by: Siri Hansen <[email protected]>
Diffstat (limited to 'lib/observer/src/observer_html_lib.erl')
-rw-r--r--lib/observer/src/observer_html_lib.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/observer/src/observer_html_lib.erl b/lib/observer/src/observer_html_lib.erl
index 0c4e32af49..c67fa28c6d 100644
--- a/lib/observer/src/observer_html_lib.erl
+++ b/lib/observer/src/observer_html_lib.erl
@@ -62,7 +62,8 @@ expandable_term_body(Heading,[],_Tab) ->
"Dictionary" -> "No dictionary was found";
"ProcState" -> "Information could not be retrieved,"
" system messages may not be handled by this process.";
- "SaslLog" -> "No log entry was found"
+ "SaslLog" -> "No log entry was found";
+ "Persistent Terms" -> "No persistent terms were found"
end];
expandable_term_body(Heading,Expanded,Tab) ->
Attr = "BORDER=0 CELLPADDING=0 CELLSPACING=1 WIDTH=100%",