Commit Graph

2947 Commits

Author SHA1 Message Date
nicolargo
23676e1d76 One post only 2017-07-30 09:57:54 +02:00
nicolargo
e372fa2b07 First implementation, need answer https://github.com/nicolargo/glances/issues/1129#issuecomment-318489088 2017-07-27 23:18:59 +02:00
nicolargo
00531b5d24 on mountpoints with non-breaking spaces #1128 2017-07-27 15:07:47 +02:00
nicolargo
ca563cac7a Merge branch 'issue1126' into develop 2017-07-24 08:48:31 +02:00
nicolargo
4478faf984 Solve issue with hide and upper case in the network interface (issue #1126) 2017-07-24 08:48:15 +02:00
nicolargo
7e9b66128b Solve issue with alias and upper case in the network interface (issue #1126) 2017-07-24 08:42:41 +02:00
nicolargo
86c7b1339d Merge branch 'issue1113' into develop 2017-07-09 18:49:34 +02:00
nicolargo
36c98e0935 Cant move up or down in glances --browser #1113 2017-07-09 18:49:19 +02:00
nicolargo
b3e20496e4 Merge branch 'issue1120' into develop 2017-07-08 11:04:59 +02:00
nicolargo
c0118691f4 PermissionError on macOS #1120 2017-07-08 11:04:30 +02:00
nicolargo
3d9b08674d Update docs for load on BSD system (see issue #1116) 2017-06-27 21:13:26 +02:00
nicolargo
74a56e078b Correct Snap for PsUtil 2017-06-25 10:17:12 +02:00
nicolargo
4a4682d5c7 Update NEWS file 2017-06-24 18:54:32 +02:00
nicolargo
8cb4cc8ecb Correct PsUtil URL error in Snap file 2017-06-24 18:52:55 +02:00
nicolargo
f6e1fbd36a First snamp with PsUtil and Bottle 2017-06-24 18:47:16 +02:00
Nicolas Hennion
83c596f86c Merge pull request #1115 from vpoverennov/fix_web_min_size_arg
fix disk min_size to 9 characters in web ui
2017-06-23 21:37:54 +02:00
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
5642cc335c fix disk min_size to 9 characters in web ui 2017-06-23 03:47:32 +03: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