Skip to content

Releases: hobbyfarm/admin-ui

v0.2.3

05 Feb 23:51
Compare
Choose a tag to compare
  • 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

14 Dec 22:35
Compare
Choose a tag to compare
  • 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

30 Jun 19:30
Compare
Choose a tag to compare

Fixes an issue where unicode content was not rendering properly.

v0.2.0

15 Jun 18:16
3d21bc4
Compare
Choose a tag to compare

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

19 Apr 20:44
73584da
Compare
Choose a tag to compare
  • Fixes an issue where Unicode content was not able to be saved in steps because of some missing bota() calls

v0.1.3

19 Apr 19:06
0702e43
Compare
Choose a tag to compare
  • Fixes an issue where Unicode content could not properly be saved nor rendered in scenarios

v0.1.2

30 Mar 19:26
Compare
Choose a tag to compare

Fixes an issue where Auth tokens were not being injected

v0.1.1

26 Mar 23:33
1d8d4cf
Compare
Choose a tag to compare
  • Fixed an issue where /bin/bash was not present in the nginx:stable-alpine image resulting in container crash

v0.1.0

26 Mar 22:10
bfe3220
Compare
Choose a tag to compare
  • Added support for courses

0.0.13

17 Dec 01:04
Compare
Choose a tag to compare
0.0.13 Pre-release
Pre-release
  • 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 )