ubicloud/views/postgres
Jeremy Evans cbc08d6e15 Add support for renaming objects on the object's settings page
Support for renaming objects was previously added to the api/sdk/cli.
This adds support on the web. r.rename now works for both api and
web routes, and requires a new template_prefix option used to
construct the validation failure template path.

The template code for the new rename support is shared via a
new rename_object component.

In order to improve presentation and consistency, this adds a
"Danger Zone" heading to the settings pages previously lacking it.
2025-09-03 02:08:38 +09:00
..
backup_restore.erb Switch @project_data[:path] -> @project.path 2025-08-26 02:08:44 +09:00
charts.erb Switch @project_data[:path] -> @project.path 2025-08-26 02:08:44 +09:00
config.erb Use path method in views 2025-08-26 02:08:44 +09:00
connection.erb Use path method in views 2025-08-26 02:08:44 +09:00
create.erb Switch @project_data[:path] -> @project.path 2025-08-26 02:08:44 +09:00
high_availability.erb Use path method in views 2025-08-26 02:08:44 +09:00
index.erb Switch @project_data[:path] -> @project.path 2025-08-26 02:08:44 +09:00
networking.erb Use path method in views 2025-08-26 02:08:44 +09:00
overview.erb Use path method in views 2025-08-26 02:08:44 +09:00
read_replica.erb Use path method in views 2025-08-26 02:08:44 +09:00
resize.erb Use path method in views 2025-08-26 02:08:44 +09:00
settings.erb Add support for renaming objects on the object's settings page 2025-09-03 02:08:38 +09:00
show.erb Abstract postgres show page logic to be reusable by other objects 2025-08-30 01:25:25 +09:00