From e9ff2525b6518ad1b45aff0e3a1d1fbe7e7da63f Mon Sep 17 00:00:00 2001 From: Spurs20 <22457841+Spurs20@users.noreply.github.com> Date: Wed, 24 Jan 2024 14:50:27 -0700 Subject: [PATCH] Restructuring SMB authentication UI --- web-server/components/SmbAuthentication.tsx | 34 ++++++++++----------- 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/web-server/components/SmbAuthentication.tsx b/web-server/components/SmbAuthentication.tsx index 07c3e677a..45eeb4cc8 100644 --- a/web-server/components/SmbAuthentication.tsx +++ b/web-server/components/SmbAuthentication.tsx @@ -247,12 +247,27 @@ export default class SmbAuthentication extends React.Component {
-
+
this.onValueChange(e.target.value, "username")} />
+ +
+
+
+
+ this.onValueChange(e.target.value, "domain")} /> +
+
{!this.state.session_exists&&(
@@ -333,23 +348,6 @@ export default class SmbAuthentication extends React.Component {
-
- -
-
-
-
- this.onValueChange(e.target.value, "domain")} /> -
-
-
{this.getFormInputsJSX()} );