diff --git a/monkey/monkey_island/cc/ui/src/components/configuration-components/UnsafeOptionsConfirmationModal.js b/monkey/monkey_island/cc/ui/src/components/configuration-components/UnsafeOptionsConfirmationModal.js
new file mode 100644
index 000000000..1fbf8b0b3
--- /dev/null
+++ b/monkey/monkey_island/cc/ui/src/components/configuration-components/UnsafeOptionsConfirmationModal.js
@@ -0,0 +1,37 @@
+import React from 'react';
+import {Modal, Button} from 'react-bootstrap';
+
+function UnsafeOptionsConfirmationModal(props) {
+ return (
+
+
+
+
Warning
+
+
+ You have selected some options which are not safe for all environments.
+ These options could cause some systems to become unstable or malfunction.
+ Are you sure you want to use the selected settings?
+
- You have selected some options which are not safe for all environments.
- These options could cause some systems to become unstable or malfunction.
- Are you sure you want to use the selected settings?
-