diff options
| author | Michael Peter Christen <mc@yacy.net> | 2020-12-02 18:05:38 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2020-12-02 18:05:38 +0100 |
| commit | cef5fde3430c59517558750e29aa2842483dbf33 (patch) | |
| tree | 0ae563f70c7693ad508390e4b2edacfc47251f61 /htroot/ConfigBasic.html | |
| parent | 52228cb6bec1664be35de334fffa730b708f60d4 (diff) | |
adding message to UI to make port change transparent
Diffstat (limited to 'htroot/ConfigBasic.html')
| -rw-r--r-- | htroot/ConfigBasic.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/htroot/ConfigBasic.html b/htroot/ConfigBasic.html index 075924da5..3dc64426a 100644 --- a/htroot/ConfigBasic.html +++ b/htroot/ConfigBasic.html @@ -13,7 +13,7 @@ --> </script> <!-- redirecting browser if port was changed --> - #(reconnect)#::<meta http-equiv="refresh" content="10; url=http://#[host]#:#[port]#/ConfigBasic.html" />#(/reconnect)# + #(reconnect)#::<meta http-equiv="refresh" content="5; url=http://#[host]#:#[port]#/ConfigBasic.html" />#(/reconnect)# <!-- redirecting browser if language was changed --> #(changedLanguage)#::<meta http-equiv="refresh" content="0; url=ConfigBasic.html" />#(/changedLanguage)# </head> @@ -118,6 +118,8 @@ </fieldset> </li> <fieldset> <input type="submit" name="set" value="Set Configuration" class="btn btn-primary"/></fieldset> + + #(reconnect)#::<div class="alert alert-danger" role="alert">Your Browser will reload the YaCy UI with the new port in 5 seconds...</div>#(/reconnect)# </ol> </form> |
