#1370 update adminlte
This commit is contained in:
parent
8500477671
commit
368345a0fb
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
<li class="header"><la:message key="labels.sidebar.menu" /></li>
|
||||
|
||||
<li
|
||||
class="treeview <c:if test="${param.menuCategoryType=='dashboard'}">active</c:if>"><la:link
|
||||
class="<c:if test="${param.menuCategoryType=='dashboard'}">active</c:if>"><la:link
|
||||
href="/admin/dashboard/">
|
||||
<i class="fa fa-dashboard"></i>
|
||||
<span><la:message key="labels.menu_dashboard_config" /></span>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$(function(){
|
||||
var $content = $('#content');
|
||||
var $contentFrame = $('#contentFrame');
|
||||
$contentFrame.load(function(){
|
||||
var $content = $('#content');
|
||||
var $contentFrame = $('#contentFrame');
|
||||
$contentFrame.on('load', function(){
|
||||
$(this).height($content.height());
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue