| Current Path : /lib/python2.7/site-packages/glances/outputs/static/js/services/plugins/ |
| Current File : //lib/python2.7/site-packages/glances/outputs/static/js/services/plugins/glances_uptime.js |
glancesApp.service('GlancesPluginUptime', function() {
this.uptime = null;
this.setData = function(data, views) {
this.uptime = data['uptime'];
};
});