From cd0b9a294500f6c0897107675def3082f796c24a Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Sun, 25 Jul 2021 07:40:55 +0000 Subject: [PATCH] Delete inv_cisco_support.py --- web/plugins/config/inv_cisco_support.py | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 web/plugins/config/inv_cisco_support.py diff --git a/web/plugins/config/inv_cisco_support.py b/web/plugins/config/inv_cisco_support.py deleted file mode 100644 index 7c3a789..0000000 --- a/web/plugins/config/inv_cisco_support.py +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/python -# -*- encoding: utf-8; py-indent-offset: 4 -*- - -# Custom user stylesheet to load (resides in htdocs/) -if custom_style_sheet is None: - custom_style_sheet = ['inv_cisco_support.css'] -elif type(custom_style_sheet) is list: - custom_style_sheet.append('inv_cisco_support.css') - -custom_style_sheet = 'inv_cisco_support.css' \ No newline at end of file -- GitLab