Skip to content

Commit

Permalink
WebApplication/Pages/Index.cshtml - Uaktualniono opis na stronie star…
Browse files Browse the repository at this point in the history
…towej.
  • Loading branch information
Jarek300 committed Feb 28, 2019
1 parent 921fd67 commit fcdefbd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,5 @@ paket-files/

# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
*.pyc
/WebApplication/Properties/PublishProfiles/*.pubxml
2 changes: 1 addition & 1 deletion WebApplication/Pages/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

<div class="text-center">
<h1 class="display-4">Witamy</h1>
<p>Przykłady wyświetlania danych procesowych aplikacji Asix.Evo w aplikacji Web stwrzonych przy pomocy technologii Asp.Net MVC Core 2.2.</p>
<p>Przykłady pobierania danych procesowych z serwera REST aplikacji Asix.Evo i prezentowania ich na stronach Web.</p>
</div>
3 changes: 1 addition & 2 deletions WebApplication/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
},
"profiles": {
"IIS Express": {
"commandName": "IIS",
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "Alarm/Demo1",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
Expand Down
1 change: 1 addition & 0 deletions WebApplication/WebApplication.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>netcoreapp2.2</TargetFramework>
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
<LangVersion>latest</LangVersion>
<UserSecretsId>32384325-256d-4262-8d56-00f50b595118</UserSecretsId>
</PropertyGroup>


Expand Down

0 comments on commit fcdefbd

Please sign in to comment.