diff --git a/ui/src/components/RttyTerm.vue b/ui/src/components/RttyTerm.vue
new file mode 100644
index 0000000..0627e23
--- /dev/null
+++ b/ui/src/components/RttyTerm.vue
@@ -0,0 +1,376 @@
+
+
+
+
+
+ {{ $t("Select file") }}
+
+ {{ file.file.name }}
+
+ {{ $t('Cancel') }}
+ {{ $t('OK') }}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ui/src/views/Rtty.vue b/ui/src/views/Rtty.vue
index 6bd63ef..fafb90a 100644
--- a/ui/src/views/Rtty.vue
+++ b/ui/src/views/Rtty.vue
@@ -1,376 +1,15 @@
-
-
-
-
- {{ $t("Select file") }}
-
- {{ file.file.name }}
-
- {{ $t('Cancel') }}
- {{ $t('OK') }}
-
-
-
-
-
-
-
+
-
-
-