summaryrefslogtreecommitdiff
path: root/src/views/Control/Kvm/Kvm.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/Control/Kvm/Kvm.vue')
-rw-r--r--src/views/Control/Kvm/Kvm.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Control/Kvm/Kvm.vue b/src/views/Control/Kvm/Kvm.vue
index 66b2e5f7..10322bde 100644
--- a/src/views/Control/Kvm/Kvm.vue
+++ b/src/views/Control/Kvm/Kvm.vue
@@ -13,7 +13,7 @@ import KvmConsole from './KvmConsole';
export default {
name: 'Kvm',
- components: { PageTitle, KvmConsole }
+ components: { PageTitle, KvmConsole },
};
</script>