Remove emitter (#184)

* Remove emitter
This commit is contained in:
Jonas Plum
2022-05-14 01:08:37 +02:00
committed by GitHub
parent 894e607efb
commit dfb501f8b9
31 changed files with 126 additions and 500 deletions

View File

@@ -1,10 +1,6 @@
import "@mdi/font/css/materialdesignicons.css";
import Vue from "vue";
import Vuetify from "vuetify/lib";
import MinioIcon from "../components/icons/MinioIcon.vue";
import NodeRedIcon from "../components/icons/NodeRedIcon.vue";
import ArangoIcon from "../components/icons/ArangoIcon.vue";
import EmitterIcon from "../components/icons/EmitterIcon.vue";
Vue.use(Vuetify);
@@ -73,18 +69,6 @@ export default new Vuetify({
},
icons: {
values: {
minio: {
component: MinioIcon,
},
nodered: {
component: NodeRedIcon,
},
arango: {
component: ArangoIcon,
},
emitter: {
component: EmitterIcon,
},
},
},
});