mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-15 21:14:32 +01:00
Fix widget GlDiskSpace 401 unauth
This commit is contained in:
parent
9cfc1e3e8b
commit
a393da96ce
1 changed files with 0 additions and 3 deletions
|
|
@ -43,9 +43,6 @@ export default {
|
|||
},
|
||||
},
|
||||
methods: {
|
||||
fetchData() {
|
||||
this.makeRequest(this.endpoint).then(this.processData);
|
||||
},
|
||||
processData(diskData) {
|
||||
this.disks = diskData;
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue