contacts_menu.xml 970 B

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0"?>
  2. <dashboard xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <layout>DashboardLayoutOneCol</layout>
  4. <title></title>
  5. <cells>
  6. <cell>
  7. <dashlet id="1" xsi:type="DashletHeaderDynamic">
  8. <title>Menu_Contact</title>
  9. <icon>itop-config-mgmt-1.0.0/images/team.png</icon>
  10. <subtitle>Contacts</subtitle>
  11. <query>SELECT Contact</query>
  12. <group_by>status</group_by>
  13. <values>active,inactive</values>
  14. </dashlet>
  15. <dashlet id="2" xsi:type="DashletBadge">
  16. <class>Team</class>
  17. </dashlet>
  18. <dashlet id="3" xsi:type="DashletBadge">
  19. <class>Person</class>
  20. </dashlet>
  21. </cell>
  22. <cell>
  23. <dashlet id="4" xsi:type="DashletGroupByPie">
  24. <title>UI-ContactsMenu-ContactsByLocation</title>
  25. <query>SELECT Contact</query>
  26. <group_by>location_name</group_by>
  27. <style>pie</style>
  28. </dashlet>
  29. </cell>
  30. </cells>
  31. </dashboard>