Update GlancesMixin.js

This commit is contained in:
poisonadder7 2023-03-16 19:28:04 +00:00 committed by GitHub
parent baf9b5a66e
commit cfc7c29147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 */