~deadlight/maas:table-widths

Last commit made on 2018-04-05
Get this branch:
git clone -b table-widths https://git.launchpad.net/~deadlight/maas
Only Karl Williams can upload to this branch. If you are Karl Williams please log in for upload directions.

Branch merges

Branch information

Name:
table-widths
Repository:
lp:~deadlight/maas

Recent commits

a307915... by Karl Williams

Fix layout of interfaces tables and remove old table styling override

dbcab7d... by Newell Jensen

LP: #1759708 -- Surface error to the pod configuration UI.

0fc8a08... by Anthony Dillon

Fixes LP: #1751899 - Changed the toggle pattern. Removed the text and made the size smaller.

18f4440... by Lee Trager

LP: #1760702, #1757155 - Fix spelling of firmware and duplicate 'cores' in UI

7799379... by Newell Jensen

Add ability to filter storage pools based off of virsh block device tags.

89f12d9... by Lee Trager

LP: #1738127 Add favicon to the UI

85c537e... by Lee Trager

Load and send Pod information on MachineHandler

bbaa2fe... by Blake Rouse

Fixes LP: #1760958 - Run the import services in the first worker instead of the master process.

This issue was caused by moving the import services into the master process when the worker work was performed. This moves the import services back into the first worker.

6b50c38... by Alberto Donato

add UserGroup.add/remove methods

30cf5f1... by Lee Trager

LP: #1760037 - Only load requested data from the GeneralManager.

Previously all data was loaded by the GeneralManager on page load. This
caused pages that only needed a few items from the GeneralManager to
request data it did not need. To retrieve a reference to the data from
the GeneralManager GeneralManager.getData() must be used. This is done
before manager load and now flags the item as requested. On
GeneralManager load only items which have been flaged requested are
now loaded.