~ltrager/maas:lp1766680

Last commit made on 2018-04-25
Get this branch:
git clone -b lp1766680 https://git.launchpad.net/~ltrager/maas
Only Lee Trager can upload to this branch. If you are Lee Trager please log in for upload directions.

Branch merges

Branch information

Name:
lp1766680
Repository:
lp:~ltrager/maas

Recent commits

30037af... by Lee Trager

LP: #1766680 - Fix HTML formatting and add missing end tags

397148d... by Lee Trager

LP: #1761279 - Don't show hardware status tooltip when icon isn't shown.

b84a579... by Andres Rodriguez

LP: #1761813 - Better handle errors coming from simplestreams

3320122... by Mike Pontillo

LP: #1727392 - Make domain details page header consistent.

a71e2a5... by Karl Williams

Align number fields on DNS page to the right-hand side and reorder the columns

4c67ccc... by Newell Jensen

LP: #1763825 -- Remove default_storage_pool from machine's power parameters and disable the ability for a user to change a pod's power parameters via the machine's power configuration.

acde2b3... by Karl Williams

Display notification when there are no logs to show

b08e4a3... by Alberto Donato

backport some of the template/js logic for resource pool to free repo

aa88972... by Lee Trager

LP: #1754334 - Fix Javascript error when loading interfaces tab.

Before new interfaces have been added they are set to {}. On page load all
interfaces are validated including new interfaces. Ignore validation on new
interfaces as the object must be fully defined.

d6fef78... by Blake Rouse

LP: #1761530 - Rollback the view transaction when a 500 error occurs.

Always use log stacktrace on 500 error even in middleware, by propogating exceptions up the middleware stack.