112 lines
2.3 KiB
YAML
112 lines
2.3 KiB
YAML
profile:
|
|
image: jesus.jpg
|
|
# checkin time in millisecond or 0 for not checkin
|
|
checkin: 0
|
|
# checkin: 60000
|
|
sidebar:
|
|
header:
|
|
title: Services Status
|
|
menu_items:
|
|
- title: app.title
|
|
icon_on: carbon-campsite
|
|
name_to: app.title
|
|
show_to: false
|
|
click: tophome
|
|
type: app_link
|
|
pfx: ''
|
|
- title: nav.Tasks
|
|
ctx: home
|
|
icon_on: carbon-services
|
|
name_to: navm.Tasks
|
|
show_to: true
|
|
click: tsksrvcs
|
|
type: app_link
|
|
pfx: ''
|
|
- title: nav.Apps
|
|
ctx: home
|
|
icon_on: carbon-application
|
|
name_to: navm.Apps
|
|
show_to: true
|
|
click: appsrvcs
|
|
type: app_link
|
|
pfx: ''
|
|
- title: nav.Informations
|
|
ctx: home
|
|
icon_on: carbon-operation
|
|
name_to: navm.Infos
|
|
show_to: true
|
|
click: srvcstatus
|
|
type: app_link
|
|
pfx: ''
|
|
footer:
|
|
itm:
|
|
title: menu.logout
|
|
name_to: Logout
|
|
icon_on: carbon-logout
|
|
type: router_link
|
|
header:
|
|
title: Status
|
|
name_to: Home
|
|
logo: ""
|
|
navbar:
|
|
menuright:
|
|
notify: true
|
|
search: true
|
|
title: menu.user
|
|
items:
|
|
- title: menu.your-profile
|
|
type: app_link
|
|
click: profile
|
|
- title: menu.settings
|
|
type: app_link
|
|
click: user_settings
|
|
- title: menu.sign-out
|
|
type: router_link
|
|
name_to: Logout
|
|
footer:
|
|
left_items:
|
|
- title: 'LibreCloud © 2021'
|
|
icon_on: ''
|
|
href: https://librecloud.online
|
|
type: app_link
|
|
right_items:
|
|
- title: 'LibreCloud'
|
|
img: 'app_w'
|
|
href: https://librecloud.online
|
|
type: app_link
|
|
central_items:
|
|
- title: button.home
|
|
mode: icon
|
|
icon_on: carbon-campsite
|
|
click: tophome
|
|
type: app_link
|
|
pfx: ''
|
|
- title: button.toggle_dark
|
|
mode: icon
|
|
icon_on: carbon-moon
|
|
icon-off: carbon-sun
|
|
vif: isDark
|
|
click: toggleDark
|
|
type: app_link
|
|
- title: button.toggle_langs
|
|
mode: icon
|
|
icon_on: carbon-language
|
|
click: toggleLocales
|
|
type: app_link
|
|
- title: GitHub
|
|
mode: icon
|
|
icon_on: carbon-logo-github
|
|
href: https://rlung.librecloud.online
|
|
type: a_blank
|
|
- title: button.about
|
|
mode: icon
|
|
icon_on: carbon-dicom-overlay
|
|
to: /about
|
|
type: router_link
|
|
- title: button.login
|
|
mode: icon
|
|
icon_on: carbon-login
|
|
vif: notValidUser
|
|
to: /login
|
|
type: router_link
|