Skip to content

Commit

Permalink
Add some warnigns about relying on the cloud-init form
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimk committed Dec 6, 2024
1 parent d7eb0aa commit d29428c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/cloud_inits/_form.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
= f.text_field :name

= f.label :data, "Content"
p
strong NOTE: Keep a backup copy of this since it does not store old versions or handle if the pipeline session times out before you save.
#editor style="width: 90%; height: 1200px;" = f.object.data

= f.text_area :data, id: "cloud_init_data", style: (Rails.env.test? ? "" : "display: none;")
Expand Down

0 comments on commit d29428c

Please sign in to comment.