mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-27 18:40:39 +00:00
refactor
This commit is contained in:
@@ -1496,5 +1496,20 @@
|
|||||||
"/js/main.5cd605498edca18a7980.hot-update.js": "/js/main.5cd605498edca18a7980.hot-update.js",
|
"/js/main.5cd605498edca18a7980.hot-update.js": "/js/main.5cd605498edca18a7980.hot-update.js",
|
||||||
"/js/main.a34fb5e77aacdd022c81.hot-update.js": "/js/main.a34fb5e77aacdd022c81.hot-update.js",
|
"/js/main.a34fb5e77aacdd022c81.hot-update.js": "/js/main.a34fb5e77aacdd022c81.hot-update.js",
|
||||||
"/chunks/platform~chunks/shared.ae95ebfe511c7b747afd.hot-update.js": "/chunks/platform~chunks/shared.ae95ebfe511c7b747afd.hot-update.js",
|
"/chunks/platform~chunks/shared.ae95ebfe511c7b747afd.hot-update.js": "/chunks/platform~chunks/shared.ae95ebfe511c7b747afd.hot-update.js",
|
||||||
"/chunks/platform~chunks/shared.4306f13acb4b0e42550f.hot-update.js": "/chunks/platform~chunks/shared.4306f13acb4b0e42550f.hot-update.js"
|
"/chunks/platform~chunks/shared.4306f13acb4b0e42550f.hot-update.js": "/chunks/platform~chunks/shared.4306f13acb4b0e42550f.hot-update.js",
|
||||||
|
"/chunks/dashboard.f6e9a96cfd7433806ad6.hot-update.js": "/chunks/dashboard.f6e9a96cfd7433806ad6.hot-update.js",
|
||||||
|
"/chunks/settings-storage.f6e9a96cfd7433806ad6.hot-update.js": "/chunks/settings-storage.f6e9a96cfd7433806ad6.hot-update.js",
|
||||||
|
"/chunks/user-storage.f6e9a96cfd7433806ad6.hot-update.js": "/chunks/user-storage.f6e9a96cfd7433806ad6.hot-update.js",
|
||||||
|
"/chunks/dashboard.9d84d7f40e03c4cbdc00.hot-update.js": "/chunks/dashboard.9d84d7f40e03c4cbdc00.hot-update.js",
|
||||||
|
"/chunks/settings-storage.9d84d7f40e03c4cbdc00.hot-update.js": "/chunks/settings-storage.9d84d7f40e03c4cbdc00.hot-update.js",
|
||||||
|
"/chunks/user-storage.9d84d7f40e03c4cbdc00.hot-update.js": "/chunks/user-storage.9d84d7f40e03c4cbdc00.hot-update.js",
|
||||||
|
"/chunks/dashboard.aa0657375683cbe1b781.hot-update.js": "/chunks/dashboard.aa0657375683cbe1b781.hot-update.js",
|
||||||
|
"/chunks/settings-storage.aa0657375683cbe1b781.hot-update.js": "/chunks/settings-storage.aa0657375683cbe1b781.hot-update.js",
|
||||||
|
"/chunks/user-storage.aa0657375683cbe1b781.hot-update.js": "/chunks/user-storage.aa0657375683cbe1b781.hot-update.js",
|
||||||
|
"/chunks/dashboard.bf3db05d0d94bc9dd125.hot-update.js": "/chunks/dashboard.bf3db05d0d94bc9dd125.hot-update.js",
|
||||||
|
"/chunks/settings-storage.bf3db05d0d94bc9dd125.hot-update.js": "/chunks/settings-storage.bf3db05d0d94bc9dd125.hot-update.js",
|
||||||
|
"/chunks/user-storage.bf3db05d0d94bc9dd125.hot-update.js": "/chunks/user-storage.bf3db05d0d94bc9dd125.hot-update.js",
|
||||||
|
"/chunks/dashboard.cb2063c01da7a0376387.hot-update.js": "/chunks/dashboard.cb2063c01da7a0376387.hot-update.js",
|
||||||
|
"/chunks/settings-storage.cb2063c01da7a0376387.hot-update.js": "/chunks/settings-storage.cb2063c01da7a0376387.hot-update.js",
|
||||||
|
"/chunks/user-storage.cb2063c01da7a0376387.hot-update.js": "/chunks/user-storage.cb2063c01da7a0376387.hot-update.js"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,6 +29,6 @@ export default {
|
|||||||
ghostLength() {
|
ghostLength() {
|
||||||
return 45 - this.data.length
|
return 45 - this.data.length
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
@@ -52,7 +52,7 @@ class GetDashboardDataController extends Controller
|
|||||||
{
|
{
|
||||||
// Set period range for data retrieval
|
// Set period range for data retrieval
|
||||||
$period = now()
|
$period = now()
|
||||||
->subDays(45)
|
->subDays(44)
|
||||||
->endOfDay();
|
->endOfDay();
|
||||||
|
|
||||||
// Get bandwidth data
|
// Get bandwidth data
|
||||||
|
|||||||
Reference in New Issue
Block a user