chg: [correlation graph] show message if max_nodes reached + fix cookie-name sparkline

This commit is contained in:
Terrtia 2023-06-20 11:23:58 +02:00
parent 501d10bbbd
commit 4567c9d400
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0
5 changed files with 33 additions and 16 deletions

View file

@ -156,7 +156,7 @@ def show_correlation():
@login_read_only
def get_description():
object_id = request.args.get('object_id')
object_id = object_id.split(';')
object_id = object_id.split(':')
# unpack object_id # # TODO: put me in lib
if len(object_id) == 3:
object_type = object_id[0]