No idea why you still have to authenticate to get the dashboard, but I have 
found that the reason no devices are showing has to be some essential component 
the simpleDashboard.pt doesn't have, and Dashboard.pt does have. If you copy 
Dashboard file and change the line ... 


Code:
    <script type="text/javascript">
        var dashurl='/zport/dmd/ZenEventManager/getDashboardInfo'
    </script>




to 


Code:

    <script type="text/javascript">
        var dashurl='/zport/dmd/ZenEventManager/getSimpleDashboardInfo'
    </script>




It somewhat works ..
If you do this, you notice it displays all devices just as plain text, not as 
links. 


THE MAIN PROBLEM:

Obviously you can still access the menu to the left, and get to all the devices 
with their details. I've been trying to edit scripts to get this to only 
display the devices and not the main menu, but with no success right now. 


I hope this at least helps to push things forward a bit.

------------------------
Sean Dalton




-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=9307#9307

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to