Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@{
@{
ViewData["Title"] = "Home Page";
}

Expand Down Expand Up @@ -46,7 +46,9 @@
</tr>
<tr>
<td>
@* ReSharper disable Html.PathError *@
<a class="nav-link text-dark" href="/actuator/env">View All Configuration</a>
@* ReSharper restore Html.PathError *@
</td>
<td>
<a class="nav-link text-dark" href="#" onclick="refreshActuator()">Refresh Configuration</a>
Expand Down
41 changes: 0 additions & 41 deletions Configuration/src/Steeltoe.Samples.Configuration.sln

This file was deleted.

6 changes: 6 additions & 0 deletions Configuration/src/Steeltoe.Samples.Configuration.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<Solution>
<Folder Name="/Solution Items/">
<File Path="../../CommonTasks.md" />
</Folder>
<Project Path="ConfigurationProviders/Steeltoe.Samples.ConfigurationProviders.csproj" />
</Solution>

Large diffs are not rendered by default.

148 changes: 0 additions & 148 deletions Connectors/src/Steeltoe.Samples.Connectors.sln

This file was deleted.

14 changes: 14 additions & 0 deletions Connectors/src/Steeltoe.Samples.Connectors.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<Solution>
<Folder Name="/Solution Items/">
<File Path="../../CommonTasks.md" />
</Folder>
<Project Path="CosmosDb/Steeltoe.Samples.CosmosDb.csproj" />
<Project Path="MongoDb/Steeltoe.Samples.MongoDb.csproj" />
<Project Path="MySql/Steeltoe.Samples.MySql.csproj" />
<Project Path="MySqlEFCore/Steeltoe.Samples.MySqlEFCore.csproj" />
<Project Path="PostgreSql/Steeltoe.Samples.PostgreSql.csproj" />
<Project Path="PostgreSqlEFCore/Steeltoe.Samples.PostgreSqlEFCore.csproj" />
<Project Path="RabbitMQ/Steeltoe.Samples.RabbitMQ.csproj" />
<Project Path="Redis/Steeltoe.Samples.Redis.csproj" />
<Project Path="SqlServerEFCore/Steeltoe.Samples.SqlServerEFCore.csproj" />
</Solution>
Loading