mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-31 04:38:02 +00:00
Board: Remove stale left panel items (#1574)
Signed-off-by: Anna No <anna.no@xored.com>
This commit is contained in:
parent
fec4d180ed
commit
45108b4657
@ -143,29 +143,6 @@ export function createModel (builder: Builder): void {
|
|||||||
icon: board.icon.Board,
|
icon: board.icon.Board,
|
||||||
hidden: false,
|
hidden: false,
|
||||||
navigatorModel: {
|
navigatorModel: {
|
||||||
specials: [
|
|
||||||
{
|
|
||||||
id: 'boards',
|
|
||||||
label: board.string.Boards,
|
|
||||||
icon: board.icon.Board,
|
|
||||||
component: board.component.Boards,
|
|
||||||
position: 'top'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 'members',
|
|
||||||
label: board.string.Members,
|
|
||||||
icon: board.icon.Board,
|
|
||||||
component: board.component.Members,
|
|
||||||
position: 'top'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 'settings',
|
|
||||||
label: board.string.Settings,
|
|
||||||
icon: board.icon.Board,
|
|
||||||
component: board.component.Settings,
|
|
||||||
position: 'top'
|
|
||||||
}
|
|
||||||
],
|
|
||||||
spaces: [
|
spaces: [
|
||||||
{
|
{
|
||||||
label: board.string.MyBoards,
|
label: board.string.MyBoards,
|
||||||
|
@ -122,10 +122,7 @@ export default mergeIds(boardId, board, {
|
|||||||
SearchArchive: '' as IntlString
|
SearchArchive: '' as IntlString
|
||||||
},
|
},
|
||||||
component: {
|
component: {
|
||||||
Boards: '' as AnyComponent,
|
|
||||||
EditCard: '' as AnyComponent,
|
EditCard: '' as AnyComponent,
|
||||||
Members: '' as AnyComponent,
|
|
||||||
Settings: '' as AnyComponent,
|
|
||||||
BoardHeader: '' as AnyComponent
|
BoardHeader: '' as AnyComponent
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user