Commit Graph

3316 Commits

Author SHA1 Message Date
nicolargo
372d3faf79 Client and Quiet mode don't work together (issue #1139) 2017-09-09 10:19:32 +02:00
nicolargo
90a36aaea3 Report issue [WebUI] Sensors not showing on Web (issue #1142) 2017-09-09 10:09:17 +02:00
Nicolas Hennion
042c14608a Merge pull request #1144 from nclsHart/fix-1142
[Web UI] Fix sensors plugin not displayed
2017-09-09 09:58:34 +02:00
Nicolas Hart
6cb56c932d fix sensors plugin not displayed in web UI 2017-09-06 23:38:50 +02:00
nicolargo
caa60677f7 Creation of the maintenance branche for Glances 2.x 2017-09-06 15:41:54 +02:00
nicolargo
6866eeb3a4 Let's start Glances 3.x 2017-08-27 14:04:17 +02:00
nicolargo
7fc0f887e4 Merge branch 'master' into develop 2017-08-27 13:58:18 +02:00
nicolargo
ad4763eb43 Update version and doc for Glances 2.11 2017-08-27 13:57:54 +02:00
nicolargo
533308697e Update documentation 2017-08-15 09:06:26 +02:00
nicolargo
45f530c507 Improve documentation 2017-08-01 22:44:01 +02:00
Nicolas Hennion
caeb07192a Merge pull request #1130 from dsouzajude/export-json
Export json
2017-08-01 22:34:37 +02:00
Jude
12ae670811 Add JSON export plugin 2017-08-01 19:19:14 +02:00
nicolargo
38d6687480 Correct issue in the Restful exporter documentation 2017-07-30 11:14:18 +02:00
nicolargo
fe475c3cee Merge branch 'issue1129' into develop 2017-07-30 11:06:10 +02:00
nicolargo
4ffad89e8b New export plugin: standard and configurable Restfull exporter #1129 2017-07-30 11:05:49 +02:00
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