Skip to content

Commit

Permalink
Fix modal target
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas ONeil <[email protected]>
  • Loading branch information
loneil committed Oct 3, 2024
1 parent 499612d commit 48c4d44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oidc-controller/api/templates/ver_config_explorer.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@
type="button"
class="btn btn-primary btn-circle"
data-bs-toggle="modal"
data-bs-target="#exampleModal"
data-bs-target="#exampleModal{{ vc.ver_config_id }}"
>
<i class="bi bi-eye"></i>
</button>

<!-- Modal -->
<div
class="modal fade"
id="exampleModal"
id="exampleModal{{ vc.ver_config_id }}"
tabindex="-1"
aria-labelledby="exampleModalLabel"
aria-hidden="true"
Expand Down

0 comments on commit 48c4d44

Please sign in to comment.