We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf9b5a commit cfc7c29Copy full SHA for cfc7c29
src/mixins/GlancesMixin.js
@@ -3,7 +3,7 @@ export default {
3
computed: {
4
/* Required, hostname (e.g. IP + port) for Glances instance */
5
hostname() {
6
- 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');
7
return this.options.hostname;
8
},
9
/* Optionally specify the API version, defaults to V 3 */
0 commit comments