refactor
This commit is contained in:
parent
2a47e4a1e1
commit
33b0cab596
20 changed files with 25 additions and 25 deletions
|
|
@ -131,8 +131,8 @@ import MkSelect from '@client/components/ui/select.vue';
|
|||
import MkButton from '@client/components/ui/button.vue';
|
||||
import MkSwitch from '@client/components/ui/switch.vue';
|
||||
import MkInfo from '@client/components/ui/info.vue';
|
||||
import bytes from '../../filters/bytes';
|
||||
import number from '../../filters/number';
|
||||
import bytes from '@client/filters/bytes';
|
||||
import number from '@client/filters/number';
|
||||
import * as os from '@client/os';
|
||||
|
||||
const chartLimit = 90;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue