Skip to content

dashboard.py: make sure port is a str before contatenating

fixes a crash:

  File "/usr/local/lib/dashboard/dashboard.py", line 236, in button_more
    title_box = data.get('pdu') + " " + data.get('port')
TypeError: can only concatenate str (not "int") to str

Merge request reports