mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
Update dependencies, start work on editor, add hidden admin page
This commit is contained in:
10
content/it/admin.md
Normal file
10
content/it/admin.md
Normal file
@@ -0,0 +1,10 @@
|
||||
+++
|
||||
Hidden = true
|
||||
+++
|
||||
<form>
|
||||
<p><label>Git Instance: <input type="url" name="instance"/></label></p>
|
||||
<p><label>Repository: <input type="text" name="repo"/></label></p>
|
||||
<p><label>Branch: <input type="text" name="branch"/></label></p>
|
||||
<p><label>Access Token: <input type="password" name="token"/></label></p>
|
||||
</form>
|
||||
<style> form > p > label > input { float: right; } </style>
|
Reference in New Issue
Block a user