diff options
author | papush | 2021-05-26 11:50:02 +0200 |
---|---|---|
committer | papush | 2021-05-26 11:50:02 +0200 |
commit | 57468d5d473707b65d2635b55619523159cf1cf6 (patch) | |
tree | a9d2a8a9ca49b55956392c48d14e135eab6c5df7 /chrome/redirector.html | |
parent | a993f7c62c1becdef805dd54ee22c1265dfc3615 (diff) |
visual feedback that a redirect is disabled
Diffstat (limited to 'chrome/redirector.html')
-rw-r--r-- | chrome/redirector.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/redirector.html b/chrome/redirector.html index 96fe24d..a1e6525 100644 --- a/chrome/redirector.html +++ b/chrome/redirector.html @@ -18,7 +18,7 @@ </div> <ul id="redirect-list"> <li> - <div>Redirect: <span class="pattern">pattern</span> to <span class="redirectTo"></span></div> + <div><span class="disabled">Disabled</span> Redirect: <span class="pattern">pattern</span> to <span class="redirectTo"></span></div> <div>Example: <span class="exampleUrl"></span> becomes <span class="redirectResult"></span></div> <div> <a class="edit" href="#edit">Edit</a> |