Commit Graph

2930 Commits

Author SHA1 Message Date
Nicolas Hennion
a9584b11db Merge pull request #1114 from vpoverennov/fix_min_size
fix min_size to not output string with more than max characters
2017-06-23 21:37:16 +02:00
Nicolas Hennion
2724c5d917 Merge pull request #1108 from GoMapur/develop
Python encoding in python2 and python3
2017-06-23 21:36:29 +02:00
Vasiliy Poverennov
6e679ee1d3 fix min_size to not output string with more than max characters 2017-06-23 03:41:29 +03:00
nicolargo
aca2d5d5d1 GPU plugin. <class 'TypeError'>:b'GeForce GTX 1070' is not JSON serializable> #1112 2017-06-21 21:55:00 +02:00
Mingjian Lu
38310a5ec3 Python encoding in python2 and python3
In python2, binary type is native string type, so function b and nativestr should be the same. In python3, unicode is native string and binary is encoded unicode type. Now the question comes, why do we encode unicode string in python3 by encode('latin-1') instead using utf-8?
2017-06-13 17:13:59 -04:00
nicolargo
7547ab9acf glances_network #1106 2017-06-13 20:21:44 +02:00
nicolargo
595c329142 Update NEWS file 2017-06-05 21:05:03 +02:00
Nicolas Hennion
0d8e75f38b Merge pull request #1104 from notFloran/webui-fix-issues
[WebUI] Fix duplicated containers and wifi style
2017-06-05 20:19:21 +02:00
Floran Brutel
14584442ff Fix duplicated containers and wifi style in the webui 2017-06-05 19:22:15 +02:00
Nicolas Hennion
949d29a472 Merge pull request #1103 from notFloran/webui-move-to-components
[WIP] Refactoring of the WebUI
2017-06-05 17:50:21 +02:00
Floran Brutel
f5905ba599 Reformat all webui codes 2017-06-05 13:24:48 +02:00
Floran Brutel
a339de5a23 Move dynamic title out of the glancesStats 2017-06-05 13:21:32 +02:00
Floran Brutel
6cbf768c97 Complete the webui readme with more infos 2017-06-05 13:13:11 +02:00
Floran Brutel
82ac0c935d Optimize percpu and quicklook plugin in the webui 2017-06-05 12:40:30 +02:00
Floran Brutel
4cc41f1730 Change auto refresh system to allow init of components with initial data 2017-06-05 12:24:40 +02:00
Floran Brutel
b39625a22b Update anatomy of the webui in the readme 2017-06-05 10:36:55 +02:00
Floran Brutel
db2534b25c Re-implements missing plugins 2017-06-05 10:28:44 +02:00
Floran Brutel
17adb57ace Remove routing system of angular 2017-06-05 09:57:43 +02:00
Floran Brutel
7f45a0af31 re-apply "[Web UI] hide cpu nice and mem active/inactive which are not avaible under windows 10" 2017-06-04 20:18:34 +02:00
Floran Brutel
72aec2ec1c Re-implement docker plugin in the webui 2017-06-04 20:05:17 +02:00
Floran Brutel
3fa0204153 Apply previous fix "remove domain from username in processlist" 2017-06-04 19:50:40 +02:00
Floran Brutel
8463445e2c Add amp plugin in the webui 2017-06-04 19:28:33 +02:00
Floran Brutel
8747df4d23 Re-implement hotkets system in the webui 2017-06-04 19:22:46 +02:00
nicolargo
7d697b885f Update InfluxDB / Grafana documentation 2017-06-04 17:02:55 +02:00
nicolargo
41f3aef998 Update InfluxDB / Grafana documentation 2017-06-04 17:02:45 +02:00
Floran Brutel
490cb9d61a re-implement dynamic title in the webui 2017-06-04 16:44:59 +02:00
Floran Brutel
1ff6d97b22 Set CONFIG and ARGUMENTS as value in angular 2017-06-04 14:54:35 +02:00
Floran Brutel
a13b64d3e8 Use event system to alert on disconnection 2017-06-04 12:39:02 +02:00
Floran Brutel
fb80560661 use event system to redure memory usage of the webui 2017-06-04 12:34:51 +02:00
nicolargo
a8e01cce3f Update Grafana dashboard with sensors 2017-06-04 12:27:03 +02:00
nicolargo
1236ebaaee Use nvidia-ml-py3 instead of nvidia-ml-py 2017-06-03 09:58:47 +02:00
nicolargo
b6e5d6795a Installing GPU plugin crashes entire glances #1102 2017-06-03 09:24:34 +02:00
Floran Brutel
f415f8e511 Change the polling system of the api in the webui 2017-06-02 21:24:18 +02:00
nicolargo
5c82eaf6e2 Update documentation 2017-05-31 10:06:33 +02:00
Floran Brutel
7b2cac0f2f Init hotkeys system 2017-05-30 14:02:30 +02:00
Floran Brutel
09758fa713 Remove old process list 2017-05-30 13:22:19 +02:00
Floran Brutel
cadcee2abf Fix sorting of the process list in the webui 2017-05-30 12:35:41 +02:00
Floran Brutel
f2f71ef6eb WebUI : html5 mode of angular is now disabled to fix all problems of reverse proxy 2017-05-30 12:20:50 +02:00
Floran Brutel
5aac34fd4d WebUI: better handling of arguments/config/help 2017-05-30 12:20:50 +02:00
Floran Brutel
723624429a WebUI : fix display issue with the left bar 2017-05-30 12:20:50 +02:00
Floran Brutel
0a11972a7c webui : Migrate the processlist 2017-05-30 12:20:50 +02:00
Floran Brutel
f084bf5d4a webui: move more plugins to components 2017-05-30 12:20:50 +02:00
Floran Brutel
98d7a0b18e WebUI: move mem/mem-more, network,percpu and quicklook to component 2017-05-30 12:20:50 +02:00
Floran Brutel
e4324eb84c WebUi : Create components for help / cpu and cloud 2017-05-30 12:20:50 +02:00
Floran Brutel
014a653417 migrate the load plugin 2017-05-30 12:20:50 +02:00
Floran Brutel
27184adc6d Init big refactoring of the web ui to move to components 2017-05-30 12:20:50 +02:00
nicolargo
5b3b7984e7 Correct Travis IC 2017-05-29 06:57:29 +02:00
Nicolas Hennion
190c3157bc Merge pull request #1100 from micmejia/feature/change-def-username-realm
add option to change default username and realm
2017-05-29 06:44:52 +02:00
micmejia
f60c8b7d24 add option to change default username and realm 2017-05-26 22:23:16 +08:00
nicolargo
9aa209d518 On the road on the version 2.10.1 or 2.11... 2017-05-26 16:20:10 +02:00