Commit 2b0356c9 authored by Nathan Friend's avatar Nathan Friend

Merge branch 'jivanvl-remove-append-bottom-20-cluster-confirmation' into 'master'

Replace append-bottom-20 in cluster_confirmation

See merge request gitlab-org/gitlab!39632
parents 8ebc6cfd dd331731
...@@ -146,7 +146,7 @@ export default { ...@@ -146,7 +146,7 @@ export default {
<p>{{ warningMessage }}</p> <p>{{ warningMessage }}</p>
<div v-if="confirmCleanup" v-html="warningToBeRemoved"></div> <div v-if="confirmCleanup" v-html="warningToBeRemoved"></div>
<strong v-html="confirmationTextLabel"></strong> <strong v-html="confirmationTextLabel"></strong>
<form ref="form" :action="clusterPath" method="post" class="append-bottom-20"> <form ref="form" :action="clusterPath" method="post" class="gl-mb-5">
<input ref="method" type="hidden" name="_method" value="delete" /> <input ref="method" type="hidden" name="_method" value="delete" />
<input :value="csrfToken" type="hidden" name="authenticity_token" /> <input :value="csrfToken" type="hidden" name="authenticity_token" />
<input ref="cleanup" type="hidden" name="cleanup" value="true" /> <input ref="cleanup" type="hidden" name="cleanup" value="true" />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment