mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 19:35:24 +00:00
18 lines
282 B
JavaScript
18 lines
282 B
JavaScript
module.exports = {
|
|
title: '.',
|
|
|
|
/**
|
|
* @type {boolean} true | false
|
|
* @description Whether fix the header
|
|
*/
|
|
fixedHeader: false,
|
|
|
|
tagsView: true,
|
|
|
|
/**
|
|
* @type {boolean} true | false
|
|
* @description Whether show the logo in sidebar
|
|
*/
|
|
sidebarLogo: true
|
|
}
|