Skip to content

Commit

Permalink
More Changes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Caloke committed Mar 11, 2021
1 parent 5b21fe6 commit 7498000
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 4 deletions.
23 changes: 23 additions & 0 deletions Oqtane.Client/Properties/PublishProfiles/FolderProfile.pubxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<DeleteExistingFiles>True</DeleteExistingFiles>
<ExcludeApp_Data>False</ExcludeApp_Data>
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform>
<PublishProvider>FileSystem</PublishProvider>
<PublishUrl>C:\techs\RLS\Oqtane</PublishUrl>
<WebPublishMethod>FileSystem</WebPublishMethod>
<SiteUrlToLaunchAfterPublish />
<TargetFramework>net5.0</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<PublishTrimmed>False</PublishTrimmed>
<PublishReadyToRun>False</PublishReadyToRun>
<ProjectGuid>fd15b24a-7f6a-4830-9ca2-9c621771c330</ProjectGuid>
<SelfContained>true</SelfContained>
</PropertyGroup>
</Project>
3 changes: 2 additions & 1 deletion Oqtane.Client/Themes/BlazorTheme/Default.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@namespace Oqtane.Themes.BlazorTheme
@namespace Oqtane.Themes.BlazorTheme
@inherits ThemeBase

<div class="breadcrumbs">
Expand Down Expand Up @@ -31,6 +31,7 @@
public override List<Resource> Resources => new List<Resource>()
{
new Resource { ResourceType = ResourceType.Stylesheet, Url = "https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css", Integrity = "sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk", CrossOrigin = "anonymous" },
new Resource { ResourceType = ResourceType.Stylesheet, Url = "https://pro.fontawesome.com/releases/v5.10.0/css/all.css", Integrity = "sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p", CrossOrigin = "anonymous" },
new Resource { ResourceType = ResourceType.Stylesheet, Url = ThemePath() + "Theme.css" },
new Resource { ResourceType = ResourceType.Script, Bundle = "Bootstrap", Url = "https://code.jquery.com/jquery-3.5.1.slim.min.js", Integrity = "sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj", CrossOrigin = "anonymous" },
new Resource { ResourceType = ResourceType.Script, Bundle = "Bootstrap", Url = "https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js", Integrity = "sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo", CrossOrigin = "anonymous" },
Expand Down
2 changes: 1 addition & 1 deletion Oqtane.Server/appsettings.Development.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"DefaultConnection": "Data Source=10.1.1.35,1433;Initial Catalog=LTSYS;User ID=techs;Password=factor@123"
},
"Runtime": "Server",
"Repository": "\\\\DF-TECHS-001\\repository",
"Repository": "\\\\ncxfssrvprd01\\Shares\\Repository\\DEV",
"ServicePort": 5000,
"Installation": {
"DefaultAlias": "",
Expand Down
2 changes: 1 addition & 1 deletion Oqtane.Server/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"DefaultConnection": "Data Source=10.1.1.35,1433;Initial Catalog=LTSYS;User ID=techs;Password=factor@123"
},
"Runtime": "Server",
"Repository": "\\\\DF-TECHS-001\\repository",
"Repository": "\\\\ncxfssrvprd01\\Shares\\Repository\\DEV",
"ServicePort": 5000,
"Installation": {
"DefaultAlias": "",
Expand Down
2 changes: 1 addition & 1 deletion Oqtane.Server/appsettings.release.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"DefaultConnection": "Data Source=10.1.1.35,1433;Initial Catalog=LTSYS;User ID=techs;Password=factor@123"
},
"Runtime": "Server",
"Repository": "\\\\DF-TECHS-001\\repository",
"Repository": "\\\\ncxfssrvprd01\\Shares\\Repository\\DEV",
"ServicePort": 5000,
"Installation": {
"DefaultAlias": "",
Expand Down

0 comments on commit 7498000

Please sign in to comment.