summaryrefslogtreecommitdiff
path: root/src/store/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/store/index.js')
-rw-r--r--src/store/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/store/index.js b/src/store/index.js
index 3844511c..e6153b1b 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -54,7 +54,7 @@ export default new Vuex.Store({
chassis: ChassisStore,
bmc: BmcStore,
processors: ProcessorStore,
- virtualMedia: VirtualMediaStore
+ virtualMedia: VirtualMediaStore,
},
- plugins: [WebSocketPlugin]
+ plugins: [WebSocketPlugin],
});