diff --git a/templates/element/genericElements/IndexTable/Fields/connection_test.php b/templates/element/genericElements/IndexTable/Fields/connection_test.php new file mode 100644 index 0000000..c79370b --- /dev/null +++ b/templates/element/genericElements/IndexTable/Fields/connection_test.php @@ -0,0 +1,14 @@ +Hash->extract($row, $field['data_path'])[0]; + echo sprintf( + '
%s
', + h($data), + __('Test the connection to the remote instance'), + __('Test the connection to the remote instance'), + sprintf( + "testConnection('%s');", + h($data) + ), + __('Run') + ); +?>