Increase height of rule edit textarea
This commit is contained in:
parent
9aef561691
commit
d6bad6934e
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ Urejate pravilo #{{ index }} (<a href="{{ url_for('rules.index') }}">seznam prav
|
|||
|
||||
<p>
|
||||
<label for="text">Pravila nftables</label>
|
||||
<textarea id="text" name="text" style="width: 100%; height: 8em;" placeholder="iif @inside ip saddr @from ip daddr @to accept
iif @inside ip6 saddr @from/6 ip6 daddr @to/6 accept">
|
||||
<textarea id="text" name="text" style="width: 100%; height: 32em;" placeholder="iif @inside ip saddr @from ip daddr @to accept
iif @inside ip6 saddr @from/6 ip6 daddr @to/6 accept">
|
||||
{{- rule.text }}
|
||||
</textarea>
|
||||
<p><button id="submit" type="submit">Shrani</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue