We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1fa0e8 commit 6121210Copy full SHA for 6121210
app/views/servers/prepare_bootstrap.html.erb
@@ -72,10 +72,8 @@
72
<strong>Warning:</strong> Existing partitions on the selected disk will be wiped.
73
</p>
74
75
- <script>
76
- // Trigger change event to show/hide the warning based on the initially selected disk
77
- document.getElementById("bootstrap_disk_wwid").dispatchEvent(new Event("change"))
78
- </script>
+ <%# Trigger change event to show/hide the warning based on the initially selected disk %>
+ <script>document.getElementById("bootstrap_disk_wwid").dispatchEvent(new Event("change"))</script>
79
80
<%= f.submit "Bootstrap!" %>
81
<% end %>
0 commit comments