diff options
author | Björn Gustavsson <[email protected]> | 2018-10-12 06:49:33 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2018-11-06 10:01:23 +0100 |
commit | 7489e818de5da5e1648ac06356eeefdc98902564 (patch) | |
tree | c04b246f5f764200575f6280bcb9b68b5a74f0f3 /lib/observer/src/observer_html_lib.erl | |
parent | 8f78c9bc750acae397a727964d8aeb93331b5fb3 (diff) | |
download | otp-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.erl | 3 |
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%", |