Update GlancesMixin.js - wrong default version in comment

This commit is contained in:
MatesMotionless 2025-12-30 13:32:17 +01:00 committed by GitHub
parent a92e89133f
commit f26e37fcdf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
},