Heray-Was-Here
Server : Apache
System : Linux mail.lomejor.cr 6.8.0-1059-azure #65~22.04.1-Ubuntu SMP Thu May 28 16:59:19 UTC 2026 x86_64
User : www-data ( 33)
PHP Version : 8.2.31
Disable Function : NONE
Directory :  /var/www/dev/htdocs/custom/phpsysinfo/includes/phpsysinfo/plugins/hyperv/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/dev/htdocs/custom/phpsysinfo/includes/phpsysinfo/plugins/hyperv/js/hyperv_bootstrap.js
function renderPlugin_hyperv(data) {

    var directives = {
        State1: {
            text: function () {
                return (this.State === "2") ? "ON" : "";
            }
        },
        State0: {
            text: function () {
                return (this.State === "2") ? "" : "OFF";
            }
        }
    };

    if (data.Plugins.Plugin_HyperV !== undefined) {
        var hvitems = items(data.Plugins.Plugin_HyperV.Machine);
        if (hvitems.length > 0) {
            var hv_memory = [];
            hv_memory.push_attrs(hvitems);
            $('#hyperv-data').render(hv_memory, directives);
            $('#hyperv_Name').removeClass("sorttable_sorted"); // reset sort order
            sorttable.innerSortFunction.apply($('#hyperv_Name')[0], []);

            $('#block_hyperv').show();
        } else {
            $('#block_hyperv').hide();
        }
    } else {
        $('#block_hyperv').hide();
    }
}

Hry