Add a support status banner to the admin dashboard
Review Request #8064 — Created March 17, 2016 and submitted — Latest diff uploaded
The support banner shows the current support status, via
beanbaginc.com's API. While the data is being retrieved, a spinner is
being shown.
Tested the banner with:
- an active support contract;
- an inactive support contract; and
- no support contract.
Diff Revision 3
This is not the most recent revision of the diff. The latest diff is revision 7. See what's changed.
orig
1
2
3
4
5
6
7
reviewboard/staticbundles.py | ||
reviewboard/admin/views.py | ||
reviewboard/static/rb/css/pages/admin-dashboard.less | ||
reviewboard/static/rb/js/admin/admin.js Was reviewboard/static/rb/js/admin.js | ||
reviewboard/static/rb/js/admin/repositoryform.js Was reviewboard/static/rb/js/repositoryform.js | ||
reviewboard/static/rb/js/admin/views/supportBannerView.js | ||
reviewboard/static/rb/js/admin/views/webhookFormView.js Was reviewboard/static/rb/js/webhooksAdmin/views/webhookFormView.js | ||
reviewboard/templates/admin/dashboard.html |
reviewboard/staticbundles.py |
---|
reviewboard/admin/views.py |
---|
reviewboard/static/rb/css/pages/admin-dashboard.less |
---|
reviewboard/static/rb/js/admin.js |
---|
reviewboard/static/rb/js/repositoryform.js |
---|
reviewboard/static/rb/js/admin/views/supportBannerView.js |
---|
reviewboard/static/rb/js/webhooksAdmin/views/webhookFormView.js |
---|
reviewboard/templates/admin/dashboard.html |
---|