1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Remove deprecated function

This commit is contained in:
Daniel Molina 2014-09-02 17:32:37 +02:00
parent 863e827a70
commit 313e171639

View File

@ -3920,23 +3920,6 @@ function setup_other_tab_content(other_tab){
});
}
// Prepare the template creation dialog
function setupCreateTemplateDialog(){
//***CREATE VM DIALOG MAIN BODY***
dialogs_context.append('<div id="create_template_dialog"></div>');
$create_template_dialog = $('#create_template_dialog',dialogs_context);
var dialog = $create_template_dialog;
//Insert HTML in place
dialog.html(create_template_tmpl);
//$(document).foundation();
initialize_create_template_dialog(dialog);
}
function initialize_create_template_dialog(dialog) {
var tabs = $( "#template_create_tabs", dialog)//.tabs().addClass("ui-tabs-");