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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/modules/erm.ts (-2 / +18 lines)
Lines 10-20 import { Link Here
10
    faPencil,
10
    faPencil,
11
    faTrash,
11
    faTrash,
12
    faSpinner,
12
    faSpinner,
13
    faCog,
14
    faEye,
15
    faEllipsisVertical,
16
    faArrowRight,
17
    faArrowLeft,
13
} from "@fortawesome/free-solid-svg-icons";
18
} from "@fortawesome/free-solid-svg-icons";
14
import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome";
19
import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome";
15
import vSelect from "vue-select";
20
import vSelect from "vue-select";
16
21
17
library.add(faList, faPlus, faMinus, faPencil, faTrash, faSpinner);
22
library.add(
23
    faList,
24
    faPlus,
25
    faMinus,
26
    faPencil,
27
    faTrash,
28
    faSpinner,
29
    faCog,
30
    faEye,
31
    faEllipsisVertical,
32
    faArrowRight,
33
    faArrowLeft
34
);
18
35
19
import App from "../components/ERM/Main.vue";
36
import App from "../components/ERM/Main.vue";
20
37
21
- 

Return to bug 39320