Add a support status banner to the admin dashboard

Review Request #8064 — Created March 17, 2016 and submitted — Latest diff uploaded

Information

Review Board
release-2.5.x

Reviewers

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.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
Loading...