-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathmodule.xml
39 lines (39 loc) · 1.23 KB
/
module.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<module>
<rawname>dashboard</rawname>
<repo>standard</repo>
<name>System Dashboard</name>
<version>17.0.4.6</version>
<publisher>Sangoma Technologies Corporation</publisher>
<license>AGPLv3+</license>
<licenselink>http://www.gnu.org/licenses/agpl-3.0.txt</licenselink>
<candisable>no</candisable>
<canuninstall>no</canuninstall>
<category>Dashboard</category>
<description>
Provides a system information dashboard, showing information about Calls, CPU, Memory, Disks, Network, and processes.
</description>
<more-info>https://sangomakb.atlassian.net/wiki/spaces/PG/pages/26019841/FreePBX+System+Status</more-info>
<menuitems>
<dashboard display="index" access="all" category="Dashboard" order="99999">Dashboard</dashboard>
</menuitems>
<depends>
<version>17.0.1</version>
</depends>
<changelog>
*17.0.4.6 bump
*17.0.4* Packaging of ver 17.0.4
*17.0.3* Packaging of ver 17.0.3
*17.0.2* Packaging of ver 17.0.2
*17.0.1alpha* 17.0.1 alpha release
</changelog>
<hooks>
<framework namespace="FreePBX\Console\Command" class="Chown">
<method class="Dashboard" callingMethod="fwcChownFiles">chownFreepbx</method>
</framework>
</hooks>
<supported>
<version>17.0</version>
</supported>
<location/>
<md5sum/>
</module>