mirror of https://github.com/Lissy93/dashy.git
⚡ Small refactor to glances mixin
This commit is contained in:
parent
2c9ae46207
commit
cf98a96a15
|
@ -1,5 +1,5 @@
|
|||
/** Reusable mixin for all Glances widgets */
|
||||
const WidgetMixin = {
|
||||
export default {
|
||||
computed: {
|
||||
/* Required, hostname (e.g. IP + port) for Glances instance */
|
||||
hostname() {
|
||||
|
@ -32,5 +32,3 @@ const WidgetMixin = {
|
|||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default WidgetMixin;
|
||||
|
|
Loading…
Reference in New Issue