ubicloud/views/vm
Jeremy Evans a4bc4a36c4 Support creating private subnet when creating virtual machine
This adds a "New Private Subnet" option to the Private Subnet select
box. When chosen, the "Private Subnet Name" input displays. When
filled out correctly, it creates the virtual machine in the newly
created private subnet.

This uses a CSS approach instead of a Javascript approach for
handling the display of the "Private Subnet Name" input when the
"New Private Subnet" option is selected. This type of CSS is now
widely supported by browsers: https://caniuse.com/css-has
2025-09-12 01:09:24 +09:00
..
create.erb Support creating private subnet when creating virtual machine 2025-09-12 01:09:24 +09:00
index.erb Switch @project_data[:path] -> @project.path 2025-08-26 02:08:44 +09:00
networking.erb Switch vm to use object/show view 2025-08-30 01:25:25 +09:00
overview.erb Switch vm to use object/show view 2025-08-30 01:25:25 +09:00
settings.erb Remove role="form" attribute on form tags 2025-09-09 02:36:02 +09:00
show.erb Switch vm to use object/show view 2025-08-30 01:25:25 +09:00