Skip to content

Commit

Permalink
⚡ Synchronization loader and success message added
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydeeptrivedi13 committed Jan 6, 2025
1 parent 69f988b commit c1f990e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions edwiser-bridge/admin/class-eb-admin-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ class="<?php echo esc_attr( $value['class'] ); ?>"
}
if ( $show ) {
?>
<tr valign="top" class="<?php echo esc_attr( $value['parent_row_class'] ); ?>">
<tr valign="top" class="<?php echo esc_attr( $value['parent_row_class'] ); ?>" style="position: relative;">
<?php if ( 'eb_test_connection_button' == $value['id'] ) { ?>
<th scope="row" class="titledesc">
</th>
Expand All @@ -426,7 +426,7 @@ class="<?php echo esc_attr( $value['class'] ); ?>"
class="<?php echo esc_attr( $value['class'] ); ?>"
<?php echo wp_kses_post( implode( ' ', $custom_attributes ) ); ?> />
<?php
if ( 'eb_test_connection_button' == $value['id'] ) {
if ( 'eb_diagnose_issues_button' != $value['id'] ) {
echo wp_kses_post( $description );
}
// elseif ( 'eb_diagnose_issues_button' == $value['id'] ) {
Expand Down

0 comments on commit c1f990e

Please sign in to comment.