mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-30 22:50:10 +03:00
Feature #1302: Fix Sunstone user dashboard for IE
(cherry picked from commit 2b0f6b6cbe2911548f5e3fbd7a28c65bafcd51b1)
This commit is contained in:
parent
5431376e6f
commit
54bb23c871
@ -139,6 +139,7 @@ div#login input#login_btn:hover {
|
||||
margin-right: auto;
|
||||
top: 80px;
|
||||
font-size:1.0em;
|
||||
padding: 2px 15px;
|
||||
}
|
||||
|
||||
#login_spinner {
|
||||
|
@ -85,7 +85,7 @@ var dashboard_tab_content =
|
||||
var dashboard_tab = {
|
||||
title: '<i class="icon-dashboard"></i>'+tr("Dashboard"),
|
||||
content: dashboard_tab_content,
|
||||
showOnTopMenu: false,
|
||||
showOnTopMenu: false
|
||||
}
|
||||
|
||||
Sunstone.addMainTab('dashboard_tab',dashboard_tab);
|
||||
|
Loading…
x
Reference in New Issue
Block a user