-
Re: Web Consoloe > Node Details > Widgets "Custom Properties for Nodes" is blank
Thank you very much, sir! There was a bug when adding a node. The node was added without custom properties, even though the form contains required fields. Strange glitch. Thank you again!!!1 -
Re: SWQL - Virtual machine state (Critical, Warning and etc)
I've already resolved the issue. This query clearly shows the VM's status. SELECT Name AS Name, DetailsUrl AS url, CASE WHEN PowerState = 'poweredOff' THEN 4 WHEN NodeStatus <&…1