Initial move from angular shell to vue
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ref, onMounted } from 'vue';
|
||||
import { Button } from 'pankow';
|
||||
import moment from 'moment';
|
||||
import moment from 'moment-timezone';
|
||||
import { prettyDecimalSize } from 'pankow/utils';
|
||||
import Section from '../components/Section.vue';
|
||||
import DiskUsage from '../components/DiskUsage.vue';
|
||||
@@ -22,6 +22,7 @@ const uptime = ref('');
|
||||
const activeSince = ref('');
|
||||
|
||||
function onReboot() {
|
||||
// TODO ask the user!
|
||||
systemModel.reboot();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user