File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
src/lib/components/workflow Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 191191 <option >{update .version }</option >
192192 {/each }
193193 </select >
194+ {#if selectedUpdateVersion }
195+ <div class =" alert alert-warning mt-3" >
196+ You are updating version from {task .version } to {selectedUpdateVersion }<br />
197+ {#if getSelectedUpdateCandidate ()?.docs_link }
198+ Information on different version may be found on
199+ <a href ={getSelectedUpdateCandidate ()?.docs_link } target =" _blank" >
200+ task documentation
201+ </a >
202+ {/if }
203+ </div >
204+ {/if }
194205 {#if validationErrors }
195206 <div class =" alert alert-danger mt-3" >
196207 <p >Following errors must be fixed before performing the update:</p >
229240 </ul >
230241 </div >
231242 {/if }
232- {#if selectedUpdateVersion }
233- <div class =" alert alert-warning mt-3" >
234- You are updating version from {task .version } to {selectedUpdateVersion }<br />
235- {#if getSelectedUpdateCandidate ()?.docs_link }
236- Information on different version may be found on
237- <a href ={getSelectedUpdateCandidate ()?.docs_link } target =" _blank" >
238- task documentation
239- </a >
240- {/if }
241- </div >
242- {/if }
243243 {#if argsToBeFixed }
244244 {#if ! validationErrors }
245245 <div class =" alert alert-success mt-3" >The arguments are valid</div >
You can’t perform that action at this time.
0 commit comments