Show More
@@ -61,9 +61,9 b'' | |||
|
61 | 61 | </div> |
|
62 | 62 | <div class="input"> |
|
63 | 63 | ${h.text('new_ip')} ${h.text('description', placeholder=_('Description...'))} |
|
64 |
<span class="help-block">${_('Enter comma separated list of ip addresses like 1 |
|
|
65 |
' |
|
|
66 | 'To specify multiple address range use 127.0.0.1-127.0.0.10 syntax')}</span> | |
|
64 | <span class="help-block pre-formatting">${_('Enter comma separated list of ip addresses like 10.0.0.1,10.0.0.2.\n' | |
|
65 | 'Use a ip address with a mask 127.0.0.1/24, to create a network match pattern.\n' | |
|
66 | 'To specify multiple entries on an address range use 127.0.0.1-127.0.0.10 syntax')}</span> | |
|
67 | 67 | </div> |
|
68 | 68 | </div> |
|
69 | 69 | <div class="buttons"> |
General Comments 0
You need to be logged in to leave comments.
Login now