mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-14 11:55:34 +00:00
19 lines
292 B
JavaScript
19 lines
292 B
JavaScript
module.exports = {
|
|
|
|
title: 'JumpServer',
|
|
|
|
/**
|
|
* @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
|
|
}
|