1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Merge pull request #2969 from DanSheps/2435-PrintingCSS

Closes #2435: Printer friendly CSS
This commit is contained in:
Jeremy Stretch
2019-03-06 09:44:04 -05:00
committed by GitHub
92 changed files with 199 additions and 182 deletions

View File

@@ -68,7 +68,7 @@ class TagTable(BaseTable):
)
actions = tables.TemplateColumn(
template_code=TAG_ACTIONS,
attrs={'td': {'class': 'text-right'}},
attrs={'td': {'class': 'text-right noprint'}},
verbose_name=''
)