Interface for adding/removing widgets
Review Request #5622 — Created March 14, 2014 and submitted — Latest diff uploaded
Users can add widgets to their admin dashboard by clicking on "Add Widgets," which will open a modal displaying a list of widgets that they can choose from.
They can remove widgets by clicking the X icon on the upper righthand corner of the widget in question.
Removed widgets and added them back to make sure that newly added widgets appeared below the old widgets.
reviewboard/admin/views.py |
---|
reviewboard/static/rb/css/admin-dashboard.less |
---|
reviewboard/static/rb/css/icons.less |
---|
reviewboard/static/rb/js/admin.js |
---|
reviewboard/templates/admin/admin_widget.html |
---|
reviewboard/templates/admin/dashboard.html |
---|