Skip to content
Snippets Groups Projects
Commit f7f66734 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #11882 TIME 0:05 fix sub menu history

parent df9710e1
No related branches found
No related tags found
No related merge requests found
......@@ -53,20 +53,20 @@ export class HistoryAdministrationComponent implements OnInit {
icon: 'fa fa-history',
route: '/administration/history',
label: this.lang.history,
current: false
current: true
},
{
icon: 'fa fa-history',
route: '/administration/history-batch',
label: this.lang.historyBatch,
current: true
current: false
}
];
} else {
this.subMenus = [
{
icon: 'fa fa-history',
route: '/administration/history-batch',
route: '/administration/history',
label: this.lang.historyBatch,
current: true
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment