Skip to content

Commit 48ca24a

Browse files
committed
Fixed on Angular template.
1 parent bca1d09 commit 48ca24a

File tree

5 files changed

+13
-2
lines changed

5 files changed

+13
-2
lines changed

src/AbpCompanyName.AbpProjectName.WebSpaAngular/AbpCompanyName.AbpProjectName.WebSpaAngular.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1221,6 +1221,9 @@
12211221
<Content Include="Views\Account\RegisterResult.cshtml" />
12221222
<Content Include="Views\Account\TenantSelection.cshtml" />
12231223
<Content Include="Scripts\version.json" />
1224+
<Content Include="Views\Account\Login.css.map">
1225+
<DependentUpon>Login.css</DependentUpon>
1226+
</Content>
12241227
<None Include="Web.Debug.config">
12251228
<DependentUpon>Web.config</DependentUpon>
12261229
</None>
@@ -1262,7 +1265,7 @@
12621265
<AutoAssignPort>True</AutoAssignPort>
12631266
<DevelopmentServerPort>6234</DevelopmentServerPort>
12641267
<DevelopmentServerVPath>/</DevelopmentServerVPath>
1265-
<IISUrl>http://localhost:6334/</IISUrl>
1268+
<IISUrl>http://localhost:6634/</IISUrl>
12661269
<NTLMAuthentication>False</NTLMAuthentication>
12671270
<UseCustomServer>False</UseCustomServer>
12681271
<CustomServerUrl>

src/AbpCompanyName.AbpProjectName.WebSpaAngular/App/Main/views/layout/header.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<li class="dropdown">
3232
<a href="" data-toggle="dropdown"><i class="fa fa-user"></i> <span>{{vm.getShownUserName()}}</span> <b class="caret"></b></a>
3333
<ul class="dropdown-menu">
34-
<li><a href="@Url.Action("Logout", "Account")"><i class="fa fa-sign-out"></i> Logout</a></li>
34+
<li><a href="@Url.Action("Logout", "Account")"><i class="fa fa-sign-out"></i> @L("Logout")</a></li>
3535
</ul>
3636
</li>
3737
</ul>

src/AbpCompanyName.AbpProjectName.WebSpaAngular/Views/Account/Login.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/AbpCompanyName.AbpProjectName.WebSpaAngular/Views/Account/Login.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/AbpCompanyName.AbpProjectName.WebSpaAngular/Web.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,11 @@
128128
<remove name="TRACEVerbHandler" />
129129
<add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />
130130
</handlers>
131+
<staticContent>
132+
<remove fileExtension=".woff" />
133+
<remove fileExtension=".woff2" />
134+
<mimeMap fileExtension=".woff" mimeType="application/font-woff" />
135+
<mimeMap fileExtension=".woff2" mimeType="application/font-woff" />
136+
</staticContent>
131137
</system.webServer>
132138
</configuration>

0 commit comments

Comments
 (0)