mirror of
https://github.com/opnsense/plugins.git
synced 2026-04-30 23:12:02 -05:00
sysutils/dmidecode: simplify/clarify
This commit is contained in:
@@ -78,7 +78,7 @@ security/tinc -- Tinc VPN
|
||||
security/tor -- The Onion Router
|
||||
sysutils/api-backup -- Provide the functionality to download the config.xml
|
||||
sysutils/boot-delay -- Apply a persistent 10 second boot delay
|
||||
sysutils/dmidecode -- Display dmidecode information on the dashboard
|
||||
sysutils/dmidecode -- Display hardware information on the dashboard
|
||||
sysutils/lcdproc-sdeclcd -- LCDProc for SDEC LCD devices
|
||||
sysutils/mail-backup -- Send configuration file backup by e-mail
|
||||
sysutils/node_exporter -- Prometheus exporter for machine metrics
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
PLUGIN_NAME= dmidecode
|
||||
PLUGIN_VERSION= 0.1
|
||||
PLUGIN_COMMENT= Display dmidecode information on the dashboard
|
||||
PLUGIN_COMMENT= Display hardware information on the dashboard
|
||||
PLUGIN_DEPENDS= dmidecode
|
||||
PLUGIN_MAINTAINER= evbevz@gmail.com
|
||||
PLUGIN_DEVEL= yes
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<?php
|
||||
|
||||
$dmidecode_title = gettext('Hardware information (dmidecode)');
|
||||
$dmidecode_title = gettext('Hardware information');
|
||||
|
||||
Reference in New Issue
Block a user