All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node.nodes.jsf Maven / Gradle / Ivy

The newest version!






    
        
    


    
        
    



    
    
    
"    

#include "/common/shared/alertMsg.inc"
     
	"

$page{tableId}); /> #include "/common/shared/listTableButtons.inc" $page{tableRowGroupId}); /> "    " " "
#include "/common/shared/changeButtonsJS.inc" function fetchStatusesOfInstances(tableIdPrefix) { const statusCells = document.querySelectorAll("[id='" + tableIdPrefix + "nodesTable'] tr td span.status"); statusCells.forEach(e => { const instName = e.attributes["data-instancename"].value; admingui.ajax.get("#{request.contextPath}/shared/instanceStatus.jsf?instanceName=" + instName, "", (req) => { e.innerHTML = req.responseText; }); }); } fetchStatusesOfInstances("propertyForm:");




© 2015 - 2025 Weber Informatics LLC | Privacy Policy