mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-06-27 13:12:07 +02:00
fix: name collision in NextCloud service
This commit is contained in:
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…
x
Reference in New Issue
Block a user