Applicable to:
- SolusVM
Symptoms
The select all Nodes function does not work on the page SolusVM > Nodes
Cause
SolusVM bug #SVM-3250 that has been fixed in the 1.25.20 SolusVM version.
Resolution
Update SolusVM to the latest mainline version.
--> // Home category list icons $(document).ready(function() { // Set Home page fontawesome category icons (Ex: #YOUR_CAT_ID --> #20115356 ) //Set Icons Replace (Ex: --> your fontawesome icon ) $('#YOUR_CAT_ID a span').append(''); $('#YOUR_CAT_ID a span').append(''); $('#YOUR_CAT_ID a span').append(''); $('#YOUR_CAT_ID a span').append(''); });
The select all Nodes function does not work on the page SolusVM > Nodes
SolusVM bug #SVM-3250 that has been fixed in the 1.25.20 SolusVM version.
Update SolusVM to the latest mainline version.
Comments
0 comments
Please sign in to leave a comment.