mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-07-17 16:38:59 +00:00
fix: name collision in NextCloud service
This commit is contained in:
parent
58b718c2a9
commit
43678d09c1
1 changed files with 3 additions and 4 deletions
|
|
@ -22,15 +22,14 @@ import Generic from "./Generic.vue";
|
|||
|
||||
export default {
|
||||
name: "Nextcloud",
|
||||
components: {
|
||||
Generic,
|
||||
},
|
||||
mixins: [service],
|
||||
props: {
|
||||
item: Object,
|
||||
},
|
||||
components: {
|
||||
Generic,
|
||||
},
|
||||
data: () => ({
|
||||
status: null,
|
||||
fetchOk: null,
|
||||
versionstring: null,
|
||||
maintenance: null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue