mirror of
https://github.com/ohwgiles/laminar.git
synced 2026-03-02 03:40:21 +00:00
allow setting a job description
adding DESCRIPTION=foo to $JOBNAME.conf will display "foo" in the job overview page on the frontend Resolves #97
This commit is contained in:
@@ -604,6 +604,14 @@ All=.*
|
||||
|
||||
Changes to this file are detected immediately and will be visible on next page refresh.
|
||||
|
||||
## Adding a description to a job
|
||||
|
||||
Edit `/var/lib/laminar/cfg/jobs/$JOBNAME.conf`:
|
||||
|
||||
```
|
||||
DESCRIPTION=Anything here will appear on the job page in the frontend <em>unescaped</em>.
|
||||
```
|
||||
|
||||
## Setting the page title
|
||||
|
||||
Change `LAMINAR_TITLE` in `/etc/laminar.conf` to your preferred page title. Laminar must be restarted for this change to take effect.
|
||||
|
||||
Reference in New Issue
Block a user