mirror of
https://github.com/Lissy93/dashy.git
synced 2024-11-24 05:56:49 +03:00
🔀 Merge pull request #1146 from poisonadder7/master
Update GlancesMixin.js - small typo correction
This commit is contained in:
commit
27b835258c
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user