Releases: hobbyfarm/admin-ui
Releases · hobbyfarm/admin-ui
v0.2.3
- Added "on-demand" functionality allowing for creation of scheduled events whose VMs are entirely provisioned on demand rather than ahead of time.
v0.2.2
- Added filtering of status for scheduled events (#59)
- Fixed an issue where null maps caused environment configuration not to render (#62)
- Upgraded to Clarity 4 and Angular 10 (#63)
v0.2.1
Fixes an issue where unicode content was not rendering properly.
v0.2.0
Course Management
v0.2.0 introduces course management to the admin ui. Scenarios and courses are now located under a new top-level navigation item titled "Content Management".
v0.1.4
- Fixes an issue where Unicode content was not able to be saved in steps because of some missing
bota()
calls
v0.1.3
- Fixes an issue where Unicode content could not properly be saved nor rendered in scenarios
v0.1.2
Fixes an issue where Auth tokens were not being injected
v0.1.1
- Fixed an issue where
/bin/bash
was not present in the nginx:stable-alpine
image resulting in container crash
v0.1.0
- Added support for courses
0.0.13
- Fixed an issue where VM counts would not input properly ( #21 )
- Fixed an issue where empty VM count fields would represent as
null
in the data structure instead of a more appropriate 0
( found during testing )