mirror of https://github.com/abpframework/abp
parent
f0dd8cd1e8
commit
d18fe804e8
@ -1,17 +0,0 @@
|
||||
@using Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.Components.TenantSwitch
|
||||
@model TenantSwitchViewComponent.TenantSwitchViewModel
|
||||
@if (!Model.CurrentUser.IsAuthenticated)
|
||||
{
|
||||
<li class="nav-item">
|
||||
<a abp-button="Link" id="TenantSwitchToolbarLink" href="#">
|
||||
@if (Model.Tenant == null)
|
||||
{
|
||||
<text>@@host</text>
|
||||
}
|
||||
else
|
||||
{
|
||||
<text>@@@Model.Tenant.Name</text>
|
||||
}
|
||||
</a>
|
||||
</li>
|
||||
}
|
||||
@ -1,3 +0,0 @@
|
||||
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
||||
@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI.Bootstrap
|
||||
@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI.Bundling
|
||||
Loading…
Reference in new issue