Merge remote-tracking branch 'msoose/patch-1' into wip

This commit is contained in:
Scott B 2021-05-01 18:21:03 -07:00
commit f2d3a4cb3e

View file

@ -19,7 +19,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
NAGTOKEN="data.status !== 'Active'"
NAGTOKEN="data.status.toLowerCase() !== 'active'"
NAGFILE="/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js"
SCRIPT="$(basename "$0")"