plugins: dashboard compat

PR: https://github.com/opnsense/core/issues/7777
This commit is contained in:
Franco Fichtner
2024-08-16 11:38:07 +02:00
parent f9610f33c5
commit 1ea9867ac9
11 changed files with 10 additions and 19 deletions
+1
View File
@@ -1,5 +1,6 @@
PLUGIN_NAME= ddclient
PLUGIN_VERSION= 1.23
PLUGIN_REVISION= 1
PLUGIN_DEPENDS= ddclient py${PLUGIN_PYTHON}-boto3
PLUGIN_COMMENT= Dynamic DNS client
PLUGIN_MAINTAINER= ad@opnsense.org
@@ -24,8 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
import BaseTableWidget from 'widget-base-table';
export default class Dyndns extends BaseTableWidget {
constructor() {
super();
+1 -1
View File
@@ -1,6 +1,6 @@
PLUGIN_NAME= etpro-telemetry
PLUGIN_VERSION= 1.7
PLUGIN_REVISION= 2
PLUGIN_REVISION= 3
PLUGIN_COMMENT= ET Pro Telemetry Edition
PLUGIN_MAINTAINER= ad@opnsense.org
PLUGIN_WWW= https://docs.opnsense.org/manual/etpro_telemetry.html
@@ -24,8 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
import BaseTableWidget from 'widget-base-table';
export default class ETProTelemetry extends BaseTableWidget {
constructor() {
super();
+6 -5
View File
@@ -1,7 +1,8 @@
PLUGIN_NAME= apcupsd
PLUGIN_VERSION= 1.2
PLUGIN_DEPENDS= apcupsd
PLUGIN_COMMENT= APCUPSD - APC UPS daemon
PLUGIN_MAINTAINER= xbb@xbblabs.com
PLUGIN_NAME= apcupsd
PLUGIN_VERSION= 1.2
PLUGIN_REVISION= 1
PLUGIN_DEPENDS= apcupsd
PLUGIN_COMMENT= APCUPSD - APC UPS daemon
PLUGIN_MAINTAINER= xbb@xbblabs.com
.include "../../Mk/plugins.mk"
@@ -24,8 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
import BaseTableWidget from 'widget-base-table';
/**
* @typedef ApcUpsdStatusValue
*
+1 -1
View File
@@ -1,6 +1,6 @@
PLUGIN_NAME= dec-hw
PLUGIN_VERSION= 1.1
PLUGIN_REVISION= 1
PLUGIN_REVISION= 2
PLUGIN_COMMENT= Deciso hardware specific information
PLUGIN_MAINTAINER= stephan.de.wit@deciso.com
PLUGIN_TIER= 2
@@ -24,8 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
import BaseWidget from 'widget-base';
export default class DecHW extends BaseWidget {
constructor() {
super();
+1
View File
@@ -1,5 +1,6 @@
PLUGIN_NAME= caddy
PLUGIN_VERSION= 1.6.3
PLUGIN_REVISION= 1
PLUGIN_DEPENDS= caddy-custom
PLUGIN_COMMENT= Easy to configure Reverse Proxy with Automatic HTTPS and Dynamic DNS
PLUGIN_MAINTAINER= cedrik@pischem.com
@@ -24,8 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
import BaseTableWidget from 'widget-base-table';
export default class CaddyCertificate extends BaseTableWidget {
constructor() {
super();
@@ -24,8 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
import BaseTableWidget from 'widget-base-table';
export default class CaddyDomain extends BaseTableWidget {
constructor() {
super();