tagliatelle

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 7d433f53d4a19796ce6446d001213bc67ad5486c
parent ae1a1984a16c5943ed8c1452d2701aba6c80b364
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Sat, 14 Mar 2026 01:46:58 +0000

We're sticking with Tagliatelle as the name, no longer configurable

Diffstat:
Mtemplates/admin.html | 9---------
1 file changed, 0 insertions(+), 9 deletions(-)

diff --git a/templates/admin.html b/templates/admin.html @@ -67,14 +67,6 @@ </div> <div style="margin-bottom: 20px;"> - <label for="instance_name" style="display: block; font-weight: bold; margin-bottom: 5px;">Instance Name:</label> - <input type="text" id="instance_name" name="instance_name" value="{{.Data.Config.InstanceName}}" required - style="width: 100%; padding: 8px; font-size: 14px;" - placeholder="Tagliatelle"> - <small style="color: #666;">Instance Name, used in header and title bar</small> - </div> - - <div style="margin-bottom: 20px;"> <label for="gallery_size" style="display: block; font-weight: bold; margin-bottom: 5px;">Gallery Size:</label> <input type="text" id="gallery_size" name="gallery_size" value="{{.Data.Config.GallerySize}}" required style="width: 100%; padding: 8px; font-size: 14px;" @@ -102,7 +94,6 @@ <li><strong>Database:</strong> {{.Data.Config.DatabasePath}}</li> <li><strong>Upload Directory:</strong> {{.Data.Config.UploadDir}}</li> <li><strong>Server Port:</strong> {{.Data.Config.ServerPort}}</li> - <li><strong>Instance Name:</strong> {{.Data.Config.InstanceName}}</li> <li><strong>Gallery Size:</strong> {{.Data.Config.GallerySize}}</li> <li><strong>Items per Page:</strong> {{.Data.Config.ItemsPerPage}}</li> </ul>