Skip to content

Releases: lxdware/lxd-dashboard

Version 1.2.4

08 Feb 22:04
Compare
Choose a tag to compare

v1.2.4

  • merged pull request from ssoor fixing bug on operation status for projects other than default
  • fixed additional bug in displaying lists and the actions of items within projects other than default

Version 1.2.3

07 Feb 20:21
Compare
Choose a tag to compare

v1.2.3

  • added IPv4 and IPv6 to instance list, making it closer to "lxc list" output
  • added the ability to publish an image from a snapshot

Version 1.2.2

05 Feb 00:18
Compare
Choose a tag to compare

v1.2.2

  • added more customized notifications
  • added icons to the action in the instance page
  • improved modals on the instance and operations page
  • clicking on profile names will now display JSON data of profile
  • clicking on image descriptions will now display JSON data of image
  • clicking on managed network descriptions will now display JSON data of network
  • clicking on instance name on instance page will now display JSON data
  • added IPv4 and IPv6 to network table
  • added the option to create stateful snapshots

Version 1.2.1

03 Feb 02:11
Compare
Choose a tag to compare
  • improvements to the UI on the index.html page
  • set default value for possible undeclared variable in cluster-list-select.php
  • fixed DataTables reloading first page of results after table refresh
  • removed lxc executable privileges in docker builds
  • allowed for empty instances to be created with an image selection of "none"

Version 1.2.0

31 Jan 21:50
Compare
Choose a tag to compare
  • removed the adding certificates option temporarily due to it causing an error
  • added the option to create instances from snapshots

Version 1.1.9

30 Jan 19:19
Compare
Choose a tag to compare
  • added the option to delete cluster members as well as forcefully delete them
  • modified default simplestreams to match lxc remote list names: images, ubuntu, and ubuntu-daily
  • added instance names to many of the notifications, helping to identify operations

Version 1.1.8

25 Jan 12:07
Compare
Choose a tag to compare
  • changed display name to LXDWARE
  • improvements to the notification of running operations
  • added an about page displaying the version, license, and source link
  • added icons to Host and Project navigation links in the top bar, improving design for smaller screen displays
  • changed port input field to number in the "Add LXD Remote Host" Modal of index.html
  • changed remote host table in index.html to full width, moving instructions to top
  • set a 3 second connection timeout for curl requests, preventing pages from locking up when host is down
  • added location option for creating hosts allowing instances to be created on a specfic cluster member

Version 1.1.7

21 Jan 11:22
Compare
Choose a tag to compare
  • added exec option to instances, allowing users to send non-interactive shell commands to the instance

Version 1.1.6

20 Jan 01:24
Compare
Choose a tag to compare
  • added tabs to the instance page, allowing for better organization
  • improved instance log and backup functions and moved them to a navigation tab
  • modified auto refresh time on pages to 5 seconds
  • backfilled the changelog file
  • updating copyright year to 2021

Version 1.1.5

17 Jan 22:56
Compare
Choose a tag to compare
  • added CHANGELOG.md file
  • modifed notifications to include any error message when downloading a new image
  • added accessibility attributes to semantic icons, providing a popup text when hovering over icon
  • changed notification spinner to bootstrap border spinner from grow spinner, making it less obtrusive
  • relocated notification area to the left side of top nav bar to help with various notification lengths
  • added support for creating storage pools on hosts that belong to a cluster
  • added Status to the table on the storage pools page