resize textarea of pom.xml

This commit is contained in:
damage 2024-12-23 12:44:39 +01:00
parent b852d1dc6b
commit cd98315d43

View File

@ -13,7 +13,7 @@
</form>
<form method="post" action="/mavor/download/jars">
<input type="hidden" name="type" value="pom"/>
POM: <textarea name="pom"></textarea><br/>
POM: <textarea name="pom" cols="80" rows="20"></textarea><br/>
<input type="submit"/>
</form>
<a href="/mavor/logout">logout</a>