help_text = help_text + _("<p>A virtual machine (VM) is a defined instance of virtual hardware, such as CPU, memory, network card, and block devices, and the operating system that runs on it.</p>");
// manage virtual machines - help text 3/4
help_text = help_text + _("<p>The number of VMs you can create depends on the requirements for each VM and the available hardware resources.</p>");
// manage virtual machines - help text 4/4
help_text = help_text + _("<p>For the most current information on Novell VM server technology, see <tt>www.novell.com/documentation/technology/vm_server</tt>.</p>");
// if ( isFullVirtualization(selected_table_item) && ! isSDL(selected_table_item) ) {
if ( ( !isSDL(selected_table_item) ) && isGraphicalDisplay ) { // only enable `view button if graphical dispaly and selected vm is not configured to use SDL. (bugzilla #181011)
UI::ChangeWidget(`id(`view), `Enabled, true);
}
}
else if (size(SettingsList) > 0) { // vm state is not running (stopped) and at least on vm cfg file exists
if ( isGraphicalDisplay || ( isFullVirtualization(selected_table_item) == false ) ) { // only enable `start button if graphical display or selected vm is paravirtualized. (bugzilla #181009)