View | Details | Raw Unified | Return to bug 33169
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/routes/erm.js (-3 / +2 lines)
Lines 116-122 export const routes = [ Link Here
116
                    {
116
                    {
117
                        path: "local",
117
                        path: "local",
118
                        title: $__("Local"),
118
                        title: $__("Local"),
119
                        icon: "fa-solid fa-location-dot",
119
                        icon: "fa fa-map-marker",
120
                        disabled: true,
120
                        disabled: true,
121
                        children: [
121
                        children: [
122
                            {
122
                            {
Lines 161-167 export const routes = [ Link Here
161
                            {
161
                            {
162
                                path: "titles",
162
                                path: "titles",
163
                                title: $__("Titles"),
163
                                title: $__("Titles"),
164
                                icon: "fa-solid fa-arrow-down-a-z",
164
                                icon: "fa fa-sort-alpha-asc",
165
                                is_end_node: true,
165
                                is_end_node: true,
166
                                children: [
166
                                children: [
167
                                    {
167
                                    {
168
- 

Return to bug 33169