migrating to .NET Core 2.0
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
@model IEnumerable<SharedLibrary.Dtos.ServerInfo>
|
||||
@model IEnumerable<SharedLibraryCore.Dtos.ServerInfo>
|
||||
|
||||
<div class="row justify-content-center">
|
||||
<div id="console" class="col-md-8">
|
||||
|
@ -1,4 +1,4 @@
|
||||
@model List<SharedLibrary.Dtos.CommandResponseInfo>
|
||||
@model List<SharedLibraryCore.Dtos.CommandResponseInfo>
|
||||
@{
|
||||
Layout = null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user