🔀 Merge pull request #1146 from poisonadder7/master

Update GlancesMixin.js - small typo correction
This commit is contained in:
Alicia Sykes
2023-03-19 15:55:52 +00:00
committed by GitHub

View File

@@ -3,7 +3,7 @@ export default {
computed: {
/* Required, hostname (e.g. IP + port) for Glances instance */
hostname() {
if (!this.options.hostname) this.error('You must specify a \'hostname\' for Glaces');
if (!this.options.hostname) this.error('You must specify a \'hostname\' for Glances');
return this.options.hostname;
},
/* Optionally specify the API version, defaults to V 3 */