fix mac links: now to Grafana
This commit is contained in:
@@ -51,6 +51,8 @@ def view_inventory_view(item_id):
|
||||
can_edit = check_edit_permission(item_id)
|
||||
is_using = item_user and item_user == user["username"]
|
||||
photo_url = get_image_url(item_id)
|
||||
# pylance: disable=unused-variable
|
||||
constants = {"MACADDRESS_OUTLINK_BASEURL": const.MACADDRESS_OUTLINK_BASEURL}
|
||||
return render_template(template , **locals())
|
||||
|
||||
def get_image_url(item_id):
|
||||
|
Reference in New Issue
Block a user