You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@ Installation
60
60
'url': reverse('convert_stuff', args=[obj.id]),
61
61
'tooltip': 'Convert stuff',
62
62
}, {
63
+
'divided': True,
63
64
'label': 'Cancel',
64
65
'action': 'mark_cancelled',
65
66
},
@@ -74,6 +75,8 @@ The final one defines 'action' instead of 'url'. This should be the name of a ca
74
75
75
76
You can add mouseover tooltips to each individual actions with the 'tooltip' dictionary key, and enable/disable individual actions for each individual object with the 'enabled'.
76
77
78
+
Special option 'divided' can be passed to any item to display horizontal rule above it.
0 commit comments