improved coretk gui alerts to display alert text when selected, fixed merged code for adding a check to cleanup interfaces, updated session.exceptions to use enums directly
This commit is contained in:
parent
c0c23190d1
commit
513eaf2b76
8 changed files with 50 additions and 60 deletions
|
@ -299,7 +299,7 @@ class CoreHandler(socketserver.BaseRequestHandler):
|
|||
[
|
||||
(ExceptionTlvs.NODE, exception_data.node),
|
||||
(ExceptionTlvs.SESSION, exception_data.session),
|
||||
(ExceptionTlvs.LEVEL, exception_data.level),
|
||||
(ExceptionTlvs.LEVEL, exception_data.level.value),
|
||||
(ExceptionTlvs.SOURCE, exception_data.source),
|
||||
(ExceptionTlvs.DATE, exception_data.date),
|
||||
(ExceptionTlvs.TEXT, exception_data.text),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue