From f50d09fada994b112a469a9dd688bc2e1de2fa9a Mon Sep 17 00:00:00 2001 From: sandeep Date: Fri, 28 Jan 2022 16:28:32 +0530 Subject: [PATCH] Added missing AND condition --- exposed-panels/openbmcs-detect.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exposed-panels/openbmcs-detect.yaml b/exposed-panels/openbmcs-detect.yaml index e39bdfc2ab..69fd52b9b0 100644 --- a/exposed-panels/openbmcs-detect.yaml +++ b/exposed-panels/openbmcs-detect.yaml @@ -13,11 +13,12 @@ requests: redirects: true max-redirects: 2 + matchers-condition: and matchers: - type: word part: body words: - - '' + - 'BMS - Login' - 'Copyright all rights reserved by Open BMCS' - 'OpenBMCS does not support Internet Explorer' condition: or