diff --git a/Myrtille.Web/App_Start/BundleConfig.cs b/Myrtille.Web/App_Start/BundleConfig.cs index 3acb770..0c066f9 100644 --- a/Myrtille.Web/App_Start/BundleConfig.cs +++ b/Myrtille.Web/App_Start/BundleConfig.cs @@ -42,6 +42,7 @@ public static void RegisterBundles(BundleCollection bundles) bundles.Add(new Bundle("~/js/xterm/xterm.js").Include("~/js/xterm/xterm.js")); bundles.Add(new Bundle("~/js/xterm/addons/fit/fit.js").Include("~/js/xterm/addons/fit/fit.js")); bundles.Add(new Bundle("~/js/audio/audiowebsocket.js").Include("~/js/audio/audiowebsocket.js")); + bundles.Add(new Bundle("~/js/securden.js").Include("~/js/securden.js")); // styles @@ -49,6 +50,7 @@ public static void RegisterBundles(BundleCollection bundles) bundles.Add(new Bundle("~/css/Default.css").Include("~/css/Default.css")); bundles.Add(new Bundle("~/css/xterm.css").Include("~/css/xterm.css")); + bundles.Add(new Bundle("~/css/securden.css").Include("~/css/securden.css")); } } } \ No newline at end of file diff --git a/Myrtille.Web/Default.aspx b/Myrtille.Web/Default.aspx index b38e08e..1f51c86 100644 --- a/Myrtille.Web/Default.aspx +++ b/Myrtille.Web/Default.aspx @@ -35,11 +35,12 @@ - RDP Session<%=RemoteSession != null && !RemoteSession.ConnectionService && (RemoteSession.State == RemoteSessionState.Connecting || RemoteSession.State == RemoteSessionState.Connected) && !string.IsNullOrEmpty(RemoteSession.ServerAddress) ? " - " + RemoteSession.ServerAddress.ToString() : ""%> + RDP Session<%=RemoteSession != null && !RemoteSession.ConnectionService && (RemoteSession.State == RemoteSessionState.Connecting || RemoteSession.State == RemoteSessionState.Connected) && !string.IsNullOrEmpty(RemoteSession.ServerAddress) ? (" - " + ((!string.IsNullOrEmpty(RemoteSession.UserDomain))? RemoteSession.UserDomain.ToString() + "\\" : "") + RemoteSession.UserName.ToString() + "@" + RemoteSession.ServerAddress.ToString()) : ""%> "/> "/> + "/> @@ -62,6 +63,7 @@ + @@ -249,7 +251,7 @@ show/hide toolbar -