Update: Mac Enrol using SshNet
SshNet supports required cryptographic algorithms. Simplified data gathering using plist/xml format from system_profiler. Fixes #88 and #92
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.34014
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
@@ -37,9 +37,9 @@ namespace Disco.Web.Views.Shared
|
||||
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("RazorGenerator", "2.0.0.0")]
|
||||
[System.Web.WebPages.PageVirtualPathAttribute("~/Views/Shared/_Layout.cshtml")]
|
||||
public partial class Layout : Disco.Services.Web.WebViewPage<dynamic>
|
||||
public partial class _Layout : Disco.Services.Web.WebViewPage<dynamic>
|
||||
{
|
||||
public Layout()
|
||||
public _Layout()
|
||||
{
|
||||
}
|
||||
public override void Execute()
|
||||
|
||||
Reference in New Issue
Block a user