webdav portal fixes

This commit is contained in:
vfedosevich 2015-01-10 03:55:47 -08:00
parent 996e56a835
commit 833b7c1aa4
3 changed files with 7 additions and 2 deletions

View file

@ -24,6 +24,8 @@ function GetResources() {
GetResources();
oldResourcesDivHeight = $('#resourcesDiv').height();
};
recalculateResourseHeight();
}
});
};

View file

@ -33,7 +33,7 @@
if (account != null)
{
<a id="logout" class="nav navbar-text navbar-right" href="@Url.RouteUrl(AccountRouteNames.Logout)" title="Log out"><i class="glyphicon glyphicon-log-out"></i></a>
<h4 id="username" class="nav navbar-text navbar-right">@account.UserName</h4>
<h4 id="username" class="nav navbar-text navbar-right">@account.Login</h4>
}
}
</div>