Added dependency plugins
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<tr class="wpmdb-setting-title">
|
||||
<td colspan="2"><h3><?php _e( 'Connection Info', 'wp-migrate-db' ); ?></h3></td>
|
||||
</tr>
|
||||
<tr class="option-section connecton-info-wrap">
|
||||
<td colspan="2">
|
||||
<textarea id="connection_info" class="connection-info" readonly><?php echo $connection_info; ?></textarea>
|
||||
|
||||
<div class="reset-button-wrap clearfix">
|
||||
<a class="button copy-api-key js-action-link">
|
||||
<?php _e( 'Copy to Clipboard', 'wp-migrate-db' ); ?>
|
||||
<span class="copy-api-key-confirmation"><?php _e( 'Copied', 'wp-migrate-db' ); ?></span>
|
||||
</a>
|
||||
<a class="button reset-api-key js-action-link"><?php _e( 'Reset Secret Key', 'wp-migrate-db' ); ?></a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user