add USER_PIN and ADMIN_PIN environment variable to set custom of those
added new dialogs mixin
added setup status button to footer
added restart and live db buttons to toolbar for admin
added copy to save and discard buttons to document at beginning
fixed base class styles to be important so they will override defaults when used
reorganized button classes
fixed default styling on collection component
controller mixin:
changed store to have an application.connected state for front end, separate from _application which is the controller state only. used in AppActive computed property.
added initialize and restart method to call restart and initialize of a subsystem
Dashboard:
added network status and also change other sub systems to work with initialzed
Hardware:
Added before to be able to sort and filter the hardware entries
Added init button to hardware buttons
Network add prepend for ping button, fix a bit in append
start adding -pend templates to template directory
Fix bug in store set mutation where empty object was causing infinite loop in traverse recursion