We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46924b3 commit 67ddfcaCopy full SHA for 67ddfca
info
@@ -8,7 +8,7 @@
8
'name': 'proxmox_bs',
9
'num_files': 4,
10
'title': 'Proxmox Backup Server',
11
- 'version': '0.3.0',
+ 'version': '0.3.1',
12
'version.min_required': '2.0.0',
13
'version.packaged': '2.0.0p3',
14
'version.usable_until': None}
web/plugins/wato/proxmox_bs.py
@@ -27,7 +27,10 @@
27
def _valuespec_agent_config_proxmox_bs():
28
return Alternative(
29
title = _("Proxmox Backup Server (Linux)"),
30
- help = _("Proxmox Backup Server Monitoring (<tt>proxmox_bs</tt>)"),
+ help = _(
31
+ "Proxmox Backup Server Monitoring (<tt>proxmox_bs</tt>)<br/>"
32
+ "<b>This plugin may result in massive agent outputs</b>"
33
+ ),
34
style = 'dropdown',
35
elements = [
36
Dictionary(
0 commit comments