mirror of
https://github.com/Lissy93/dashy.git
synced 2026-01-24 16:51:55 +01:00
Update GlancesMixin.js - wrong default version in comment
This commit is contained in:
parent
a92e89133f
commit
f26e37fcdf
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ export default {
|
|||
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 */
|
||||
/* Optionally specify the API version, defaults to V 4 */
|
||||
apiVersion() {
|
||||
return this.options.apiVersion || 4;
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue