mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-06 02:33:48 +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.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.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() {
|
||||
return 45 - this.data.length
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
</script>
|
||||
@@ -52,7 +52,7 @@ class GetDashboardDataController extends Controller
|
||||
{
|
||||
// Set period range for data retrieval
|
||||
$period = now()
|
||||
->subDays(45)
|
||||
->subDays(44)
|
||||
->endOfDay();
|
||||
|
||||
// Get bandwidth data
|
||||
|
||||
Reference in New Issue
Block a user