1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

feature #2746: Fix other tab width

This commit is contained in:
Daniel Molina 2014-03-17 10:11:59 +01:00
parent 719e4db608
commit 3250edb4df

View File

@ -3419,6 +3419,7 @@ function add_schedulingTab(dialog) {
function add_otherTab(dialog) {
var html_tab_content = '<div id="rawTab" class="wizard_tab content">'+
'<div class="row">'+
'<div class="large-12 columns">'+
'<fieldset>'+
'<legend>'+tr("RAW data")+'</legend>'+
'<div class="row">'+
@ -3483,6 +3484,7 @@ function add_otherTab(dialog) {
'</div>'+
'</div>'+
'</fieldset>'+
'</div>'+
'</div>'+
'</div>'