Skip to content

Commit

Permalink
Addressed review comment for resiliency module
Browse files Browse the repository at this point in the history
  • Loading branch information
chaganti-rajitha committed Aug 9, 2023
1 parent 56dd4ee commit 3da57f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
<div class="row mt-3 child-level-one" id="leader-election-wrapper">
<div class="col-sm-12">
<input class="form-check-input" type="checkbox" id="leader-election" value="">
<label for="leader-election" class="form-check-label ms-2 text-dark" data-bs-toggle="tooltip" data-bs-placement="right" title="Enable/Disable Leader election to keep only one controller is active at a time.">Leader Election</label>
<label for="leader-election" class="form-check-label ms-2 text-dark" data-bs-toggle="tooltip" data-bs-placement="right" title="Enable/Disable Leader election to keep only one controller active at a time.">Leader Election</label>
</div>
</div>
<div class="was-validated row mt-3 child-level-one" id="driver-pod-label-value">
Expand Down

0 comments on commit 3da57f9

Please sign in to comment.