diff --git a/src/sunstone/public/js/plugins/files-tab.js b/src/sunstone/public/js/plugins/files-tab.js index 6787ecc41f..c75ea7ba1a 100644 --- a/src/sunstone/public/js/plugins/files-tab.js +++ b/src/sunstone/public/js/plugins/files-tab.js @@ -25,7 +25,6 @@ var create_file_tmpl ='
\ \
\ \ -
\
\
\
\ @@ -97,15 +96,12 @@ var create_file_tmpl ='
\
\
\ \ - \
\
\ -
\
\
\ \ @@ -118,8 +114,6 @@ var create_file_tmpl ='
\ \
\
\ -
\ - '+ '×'; @@ -599,13 +593,15 @@ function updateTemplatesView(request, templates_list){ function generate_capacity_tab_content() { var html = '
'+ - '
'+ + '
'+ ''+ ''+ '
'+ - '
'+ + '
'+ + '
'+ + '
'+ ''+ @@ -3557,7 +3553,7 @@ function setupCreateTemplateDialog(){ //***CREATE VM DIALOG MAIN BODY*** - dialogs_context.append('
'); + dialogs_context.append('
'); $create_template_dialog = $('#create_template_dialog',dialogs_context); var dialog = $create_template_dialog; diff --git a/src/sunstone/public/js/plugins/vnets-tab.js b/src/sunstone/public/js/plugins/vnets-tab.js index 93b43b48b2..34c76a35a9 100644 --- a/src/sunstone/public/js/plugins/vnets-tab.js +++ b/src/sunstone/public/js/plugins/vnets-tab.js @@ -28,20 +28,22 @@ var create_vn_tmpl = \
\
\ -
\
\
\
\
\ -
\ +
\ \ \
\ -
\ +
\ +
\ +
\ \ \ + \
\
\ - \ \
\
\ -
\ ×'; var update_vnet_tmpl = @@ -913,7 +909,7 @@ function setupCreateVNetDialog() { var dialog = $create_vn_dialog; dialog.html(create_vn_tmpl); - dialog.addClass("reveal-modal medium max-height").attr("data-reveal", ""); + dialog.addClass("reveal-modal medium").attr("data-reveal", ""); //Make the tabs look nice for the creation mode //$('#vn_tabs',dialog).tabs();