mirror of
https://github.com/ail-project/ail-framework.git
synced 2025-09-02 21:22:41 +00:00
chg: [correlation graph] show message if max_nodes reached + fix cookie-name sparkline
This commit is contained in:
parent
501d10bbbd
commit
4567c9d400
5 changed files with 33 additions and 16 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue