From 6c3f879126114670fc6f36777129075978c2262a Mon Sep 17 00:00:00 2001 From: Gokulakrishna Date: Wed, 16 May 2018 19:13:35 +0530 Subject: Added a pattern description field in redirector. --- redirector.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'redirector.html') diff --git a/redirector.html b/redirector.html index 0285e00..7f04b68 100644 --- a/redirector.html +++ b/redirector.html @@ -46,7 +46,11 @@
{{redirect.patternType == 'W' ? 'Wildcard' : 'Regular Expression'}} -
+ +
+ + {{redirect.patternDesc}} +
Yes, delete it No, don't delete it @@ -83,6 +87,10 @@ Regular Expression
+
+ +
+
{{redirect.error}}{{redirect.exampleResult}}
@@ -166,6 +174,9 @@

{{r.excludePattern}}

+
+

{{r.patternDesc}}

+

{{r.error}}{{r.exampleUrl}} {{r.exampleResult}}

-- cgit v1.2.3