elektra icon indicating copy to clipboard operation
elektra copied to clipboard

An opinionated openstack Web UI for consumer self service and operations.

Results 175 elektra issues
Sort by recently updated
recently updated
newest added

Hi Elektra-Team, It would be nice to have an opportunity to multi-select several objects in dashboard to perform one action with many objects at the same time. For example, select...

enhancement

Currently, clicking on a snapshot button of a server with a bootable volume, produces an invalid zero size qcow2 image. ![Screenshot_20200302_101040](https://user-images.githubusercontent.com/4047483/75661704-16638400-5c6e-11ea-843f-0bf0af541abe.png) ![Screenshot_20200302_101013](https://user-images.githubusercontent.com/4047483/75661714-19f70b00-5c6e-11ea-8f63-e3d51908157e.png) A proper way for making a snapshot of...

investigate

It would be nice if the search parameters in the audit log would be also shown in the URL. Then you could access the URL and get exactly the wanted...

enhancement

relates to e54305f16c4d41af8dc1e10b90ffe1fc0a8b5b9d FIP search can be done this way: ``` FIXEDIP=$(curl -v -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: ${OS_AUTH_TOKEN}" "https://network-3/v2.0/floatingips?floating_ip_address=10.236.240.93" | jq -r '.floatingips[].fixed_ip_address') curl -v -H...

enhancement

OAuth and Application Credential are the must have auth methods in the shared environment, where customers need to perform openstack API operations. Technical user is a good alternative, however, in...

Server groups are affinity groups for servers which determine where (availability zone) a server will be spawned in relation to other servers in the same group. 1. Show for a...

enhancement
brainstorm

When viewing `> Load Balancer / Listeners / Policies` page, the policies gear menu buttons at the right side of each policy, are covered by the `Listener Info` section. This...

Currently the list of people who can approve a new inquiry is determined at inquiry creation time and then hardcoded with the inquiry itself. This leads to several problems because...

enhancement

From React 17 context won't work anymore. We are using this in several areas. Replace with new method (context provided) before we upgrading react.

enhancement

To improve performance we have started replacing the live retrieval of data with retrieval from the universal cache instead. This works great but in some cases can cause display problems...

enhancement