added glance dashborad
This commit is contained in:
18
dashboard/config/glance.yml
Normal file
18
dashboard/config/glance.yml
Normal file
@ -0,0 +1,18 @@
|
||||
server:
|
||||
assets-path: /app/assets
|
||||
|
||||
theme:
|
||||
# Note: assets are cached by the browser, changes to the CSS file
|
||||
# will not be reflected until the browser cache is cleared (Ctrl+F5)
|
||||
custom-css-file: /assets/user.css
|
||||
|
||||
pages:
|
||||
# It's not necessary to create a new file for each page and include it, you can simply
|
||||
# put its contents here, though multiple pages are easier to manage when separated
|
||||
!include: novemila.yml
|
||||
|
||||
branding:
|
||||
hide-footer: true
|
||||
# logo-text: D
|
||||
logo-url: /assets/logo.png
|
||||
favicon-url: /assets/logo.png
|
Reference in New Issue
Block a user