Skip to content
Snippets Groups Projects
Commit cd9ae8be authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

Don't provision multicast

parent 27708a11
Branches
Tags
No related merge requests found
......@@ -343,8 +343,8 @@ def get_dashboard_data(data, datasource, tag, errors=False):
if panel.get('has_v6', False):
result.append(get_panel_fields(
{**panel, **next(gridPos)}, 'IPv6', datasource))
result.append(get_panel_fields(
{**panel, **next(gridPos)}, 'multicast', datasource))
# result.append(get_panel_fields(
# {**panel, **next(gridPos)}, 'multicast', datasource))
if errors:
result.append(get_panel_fields(
{**panel, **next(gridPos)}, 'errors', datasource))
......
......@@ -73,8 +73,8 @@ def get_panel_definitions(panels, datasource, errors=False):
if panel.get('has_v6', False):
result.append(get_panel_fields(
{**panel, **next(gridPos)}, 'IPv6', datasource))
result.append(get_panel_fields(
{**panel, **next(gridPos)}, 'multicast', datasource))
# result.append(get_panel_fields(
# {**panel, **next(gridPos)}, 'multicast', datasource))
if errors:
result.append(get_panel_fields(
{**panel, **next(gridPos)}, 'errors', datasource))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment