mirror of https://github.com/bastienwirtz/homer
fix: name collision in NextCloud service
parent
58b718c2a9
commit
43678d09c1
|
@ -22,15 +22,14 @@ import Generic from "./Generic.vue";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "Nextcloud",
|
name: "Nextcloud",
|
||||||
|
components: {
|
||||||
|
Generic,
|
||||||
|
},
|
||||||
mixins: [service],
|
mixins: [service],
|
||||||
props: {
|
props: {
|
||||||
item: Object,
|
item: Object,
|
||||||
},
|
},
|
||||||
components: {
|
|
||||||
Generic,
|
|
||||||
},
|
|
||||||
data: () => ({
|
data: () => ({
|
||||||
status: null,
|
|
||||||
fetchOk: null,
|
fetchOk: null,
|
||||||
versionstring: null,
|
versionstring: null,
|
||||||
maintenance: null,
|
maintenance: null,
|
||||||
|
|
Loading…
Reference in New Issue