IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
- Fix LXC linuxcontainers monitor action (error setting header)
- Update context packages URL reference to point to the new location
- Add lxc marketplace utility to sudoers file (removed in a previous
commit)
- Remove CentOS from supported OS list in LXC marketplace
(CentOS9_Stream includes some failures that need further debugging)
* Fix body_json for history record
* Update the body_json on every VM update to keep the data synced with the xml body
* Remove few duplicated VM updates
* Changes the user input labels during service template instantiation to display the field description first
* Loads default values for these fields now
Signed-off-by: Victor Hansson <vhansson@opennebula.io>
Co-authored-by: Tino Vázquez <cvazquez@opennebula.io>
* Fixes handling of showback + accounting records
- Previously only worked for groups
* Fixes rendering of multichart XAxis labels
- Now uses a custom XAxis component to truncate long label names
- Displays the full name on hover
* Fixes rendering of showback data in non-fullscreen
- Now all 3 charts have sufficient screen space in both modes
Signed-off-by: Victor Hansson <vhansson@opennebula.io>
* Fixes bug where min/max/cooldown fields would not be updated properly
* Disables all role definition inputs when no role is being selected
Signed-off-by: Victor Hansson <vhansson@opennebula.io>
* Fixes multichart rendering in fullscreen mode under the users quota tab
- Also scales the chart renderer to look a lot more consistent
* Fixes a bunch of hook violations by removing memoizaitons - might need to be refactored later on
* Fixes accounting data handling bug for users where if only one record was returned by the core, no data would be displayed
Signed-off-by: Victor Hansson <vhansson@opennebula.io>
Replaces majority of all select controllers with the autocomplete controller instead
- Does not replace any select controllers under the oneprovision UI
- Works similarly to the select controller, with the added functionality that you can filter all options by typing
Signed-off-by: Victor Hansson <vhansson@opennebula.io>
* For kernel type apps, all IMG datastores will be excluded
* For non-kernel apps, ONLY IMG datastores will be included
Signed-off-by: Victor Hansson <vhansson@opennebula.io>