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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/routes/erm.js (-4 / +3 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
                                    {
Lines 247-253 export const routes = [ Link Here
247
                            {
247
                            {
248
                                path: "titles",
248
                                path: "titles",
249
                                title: $__("Titles"),
249
                                title: $__("Titles"),
250
                                icon: "fa-solid fa-arrow-down-a-z",
250
                                icon: "fa fa-sort-alpha-asc",
251
                                is_end_node: true,
251
                                is_end_node: true,
252
                                children: [
252
                                children: [
253
                                    {
253
                                    {
254
- 

Return to bug 33169