Update RemoteDesktopModal.vue
This commit is contained in:
@@ -156,7 +156,7 @@ const connectRdp = async (useInputValues = false) => {
|
||||
disconnectRdp();
|
||||
};
|
||||
|
||||
guacClient.value.connect();
|
||||
guacClient.value.connect(''); // Keep the '' change
|
||||
|
||||
} catch (error: any) {
|
||||
statusMessage.value = `${t('remoteDesktopModal.errors.connectionFailed')}: ${error.response?.data?.message || error.message || String(error)}`;
|
||||
@@ -290,7 +290,6 @@ watch(() => props.connection, (newConnection, oldConnection) => {
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="fixed inset-0 z-50 flex items-center justify-center bg-overlay p-4 backdrop-blur-sm">
|
||||
<div
|
||||
@@ -377,7 +376,6 @@ watch(() => props.connection, (newConnection, oldConnection) => {
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.rdp-display-container {
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user