Jeremy Stretch
|
6e50ed084d
|
Fix tags display
|
2020-07-08 13:10:40 -04:00 |
|
Jeremy Stretch
|
f4c14d4854
|
Replace get_component_template_actions() with ButtonsColumn
|
2020-07-02 16:47:28 -04:00 |
|
Jeremy Stretch
|
c484fa99e2
|
Introduce ButtonsColumn to reduce boilerplate and standardize organizational object links
|
2020-07-01 13:47:01 -04:00 |
|
Jeremy Stretch
|
af778f8fca
|
TagFilter should call unrestricted() on its queryset
|
2020-06-29 16:07:14 -04:00 |
|
Jeremy Stretch
|
ba138de53b
|
Fix display of tags
|
2020-06-24 16:27:44 -04:00 |
|
Jeremy Stretch
|
067e89f6a0
|
Allow unrestricted access to assigned tags
|
2020-06-16 14:59:22 -04:00 |
|
Jeremy Stretch
|
9abc67bbeb
|
Fixes #4737: Introduce ColoredLabelColumn for consistent display of colored labels
|
2020-06-10 11:38:23 -04:00 |
|
Jeremy Stretch
|
e0ebb8e7d8
|
Fixes #4617: Restore IP prefix depth notation in list view
|
2020-05-13 17:08:48 -04:00 |
|
Jeremy Stretch
|
a4dbd2dae5
|
Closes #3064: Include tags in object lists as a toggleable table column
|
2020-05-06 14:42:51 -04:00 |
|
Jeremy Stretch
|
b0478a7e5b
|
Enable dynamic queryset field prefetching based on table columns
|
2020-05-04 14:08:11 -04:00 |
|
Jeremy Stretch
|
88687608e7
|
Always include the 'actions' column, if present
|
2020-04-29 10:17:52 -04:00 |
|
Jeremy Stretch
|
8ec2e3cc7b
|
Introduce default_columns Meta parameter to reduce boilerplate
|
2020-04-28 16:33:06 -04:00 |
|
Jeremy Stretch
|
725e3cdbf3
|
Extend circuits tables to include all relevant model fields
|
2020-04-28 16:20:11 -04:00 |
|
Jeremy Stretch
|
e8d493578b
|
Create form for setting table preferences
|
2020-04-28 12:14:51 -04:00 |
|
Jeremy Stretch
|
0ee1112d9d
|
Initial support for table column reordering
|
2020-04-27 16:56:25 -04:00 |
|
Jeremy Stretch
|
4c677e7fe6
|
Force checkbox table columns to narrow width
|
2019-10-07 17:22:35 -04:00 |
|
Jeremy Stretch
|
bd7aee7c1f
|
Closes #2614: Simplify calls of super() for Python 3
|
2018-11-27 10:52:24 -05:00 |
|
Jeremy Stretch
|
83dec3b587
|
Fixed color display
|
2018-10-26 13:14:12 -04:00 |
|
Jeremy Stretch
|
980d62d579
|
Removed Python 2 string compatibility
|
2018-08-14 11:58:42 -04:00 |
|
Jeremy Stretch
|
f7aa259995
|
Misc cleanup
|
2018-07-30 14:00:37 -04:00 |
|
Jeremy Stretch
|
bf1c7cacc6
|
Improved rendering of boolean fields in tables
|
2018-06-29 12:05:56 -04:00 |
|
Jeremy Stretch
|
d84e5d1839
|
Cleaned up component tables and checkbox toggling
|
2017-12-21 13:29:02 -05:00 |
|
Jeremy Stretch
|
00986fd7bf
|
Closes #1691: Cleaned up and reorganized import statements
|
2017-11-07 11:08:23 -05:00 |
|
Jeremy Stretch
|
eb994a691a
|
Added style to BaseTable's empty_text
|
2017-08-21 17:38:27 -04:00 |
|
Jeremy Stretch
|
dc68be5abf
|
Removed SearchTables; created DetailTables for models where needed
|
2017-07-12 16:42:45 -04:00 |
|
Jeremy Stretch
|
f21c6bca00
|
Import unicode_literals
|
2017-05-24 11:33:11 -04:00 |
|
Jeremy Stretch
|
66615f1a96
|
Prettied things up a bit
|
2017-03-29 16:45:25 -04:00 |
|
Jeremy Stretch
|
a5dc91c175
|
Introduced SearchTable for improved performance
|
2017-03-29 16:05:23 -04:00 |
|
Jeremy Stretch
|
5d5d4ac714
|
Fixes #845: Fix missing edit/delete buttons on object tables for non-superusers
|
2017-01-26 13:20:56 -05:00 |
|
Jeremy Stretch
|
04fd197c9b
|
Fixed table form rendering for django-tables2>=1.2.1
|
2016-12-26 14:30:56 -05:00 |
|
Jeremy Stretch
|
d5fc0e9ce7
|
Closes #345: Bulk edit: allow user to select all objects on page or all matching query
|
2016-09-28 16:56:17 -04:00 |
|
Jeremy Stretch
|
74528c6036
|
Colorized roles in rack and device lists
|
2016-08-10 22:20:09 -04:00 |
|
Jeremy Stretch
|
a89fb734a0
|
Added colored labels for device and rack roles
|
2016-08-10 13:35:55 -04:00 |
|
Jeremy Stretch
|
5bffa4893b
|
Fixed bug where checkboxes were being shown on tables regardless of user permissions
|
2016-06-24 15:41:14 -04:00 |
|
Jeremy Stretch
|
a29e57319e
|
Implemented BaseTable for consistent rendering
|
2016-06-20 16:34:19 -04:00 |
|
Jeremy Stretch
|
b4619fad7a
|
Added 'select all' option to object lists for bulk edit/delete
|
2016-06-01 13:30:33 -04:00 |
|