File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
application/single_app/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ <h6><i class="bi bi-info-circle me-2"></i>API Information</h6>
263263 < div class ="mb-3 ">
264264 < label class ="form-label "> Connection Method</ label >
265265 < div class ="btn-group w-100 " role ="group " aria-label ="Connection method ">
266- < input type ="radio " class ="btn-check " name ="sql-connection-method " id ="sql-conn-string " value ="connection_string " checked >
266+ < input type ="radio " class ="btn-check " name ="sql-connection-method " id ="sql-conn-string " value ="connection_string ">
267267 < label class ="btn btn-outline-secondary " for ="sql-conn-string ">
268268 < i class ="bi bi-link-45deg me-1 "> </ i > Connection String
269269 </ label >
@@ -436,7 +436,7 @@ <h6 class="mb-3">Advanced</h6>
436436 < textarea class ="form-control " id ="plugin-metadata " rows ="4 " placeholder ="{} "> </ textarea >
437437 < div class ="form-text "> Optional metadata for this action.</ div >
438438 </ div >
439- < div class ="mb-3 ">
439+ < div class ="mb-3 " id =" plugin-additional-fields-div " >
440440 < label for ="plugin-additional-fields " class ="form-label "> Additional Fields (JSON)</ label >
441441 < textarea class ="form-control " id ="plugin-additional-fields " rows ="6 " placeholder ="{} "> </ textarea >
442442 < div class ="form-text "> Additional configuration fields specific to this action type.</ div >
You can’t perform that action at this time.
0 commit comments