root/modules/branches/2.3/dashboard/module.xml

Revision 4713, 1.5 kB (checked in by gregmac, 6 years ago)

Module Publish Script: dashboard 0.3

Line 
1 <module>
2   <rawname>dashboard</rawname>
3   <name>System Dashboard</name>
4   <version>0.3</version>
5   <candisable>no</candisable>
6   <canuninstall>no</canuninstall>
7   <type>tool</type>
8   <category>Basic</category>
9   <description>
10     Provides a system information dashboard, showing information about Calls, CPU, Memory, Disks, Network, and processes.
11   </description>
12   <menuitems>
13     <dashboard1 display="index" type="tool" category="Admin" sort="-10" access="all">FreePBX System Status</dashboard1>
14     <dashboard2 display="index" type="setup" category="Admin" sort="-10" access="all">FreePBX System Status</dashboard2>
15   </menuitems>
16   <depends>
17     <version>2.3.0beta2</version>
18   </depends>
19   <changelog>
20     *0.3* Show IP phones and trunks separately (#2209)
21     *0.2.5.4* make always accessible even in database mode, fix minor javascript bug
22     *0.2.5.3* remove deprecated javascript call
23     *0.2.5.2* #2194 don't fail when Asterisk is not running
24     *0.2.5.1* disable debug logging, make uninstallable
25     *0.2.5* #2142 fix online phones for Asterisk 1.4 format, #2140 divide by 0 again
26     *0.2.4* #2133 again, #2140 divide by 0, #2141 with temp log to determine real issue
27     *0.2.3* #2133 fixed number format error resulting in bogus percentage displays
28     *0.2.2* #2131 fix Undefined Index warnings
29     *0.2.1* make module permanent, should not be able to disable
30     *0.2.0* Add real-time updates
31     *0.1.0* Initial release
32   </changelog>
33   <location>release/2.3/dashboard-0.3.tgz</location>
34   <info>http://aussievoip.com.au/wiki/freePBX-SystemInfo</info>
35   <md5sum>9f51814efc84c8616fbf02188b75d4f1</md5sum>
36 </module>
Note: See TracBrowser for help on using the browser.