Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  form
  index
  show
_details.html.erb 185 Bytes
_error.html.erb 246 Bytes
import.html.erb 82 Bytes
index.html.erb 493 Bytes
new.html.erb 846 Bytes
show.html.erb 603 Bytes

Latest revisions

# Date Author Comment
27f4a3e7 10/11/2021 07:23 AM Magnus Toneby

fixes #33574 - resize network field width of vmware/ovirt/libvirt

4ca8b610 08/17/2021 11:29 AM yifat makias

Fixes #32908 - Allow UTF character in vnic attributes

If vnic profile attributes contained UTF characters the to_json method
returned error. In order to support this passed the data by
JSON.generate instead.

db5b5ced 08/05/2021 12:51 PM Adi Abramovitch

Fixes #33048 - Add Associate VM to dropdown

b55d3ed7 06/14/2021 08:00 AM yifat makias

Fixes #21641 - Drop jquery-ui spinners in favor of React implementation

c8a1c514 05/26/2021 10:10 AM Adam Cécile

Fixes #2170 - Support custom AWS EC2 tags

61728728 05/03/2021 10:39 AM Adi Abramovitch

Fixes #21039 - Ensure dates are printed consistently

db15a67b 04/26/2021 07:38 AM yifat makias

Fixes #32272 - Deprecate jquery.ui.custom_spinners

361f3d61 04/25/2021 02:38 PM Ondřej Ezr

Refs #30288 - improves CPUs counter input

In 22fa163731b38f597e4f96e0c0b345518a360b37 we've introduced React
component to implement the counter funcionality.
This uses the old `counter_f` form helper to render the React component
and effectivelly remove our dependency on the ui.spinner library.

b089ed9e 04/23/2021 07:31 AM Ondřej Ezr

Fixes #32083 - use full Host model in VM template

For rendering `hosts/_compute` we've used just host attributes in the
past, but it just brings more complexity, when we cant rely on the Host
model to be around.

This builds the Host model instead and passes it to the templates.

b264a1e1 04/19/2021 03:57 PM Ondřej Ezr

Refs #30784 - MemoryAllocation use react helper

In 8a9922fd we've removed `byte_size_f` last usage.
This is moving the byte_size_f to render the React component, to
seamlessly integrate into the form without breaking any plugins that
were possibly still using it....

View revisions

Also available in: Atom