Commit Graph

61 Commits

Author SHA1 Message Date
c7a8bfa26f integrate widget order, toggling into global config and compact grid 2020-10-25 10:31:51 -04:00
6b79e5a370 remove unused static col width 2020-10-25 10:31:51 -04:00
eb8237cbb1 continuing compact widget refactor 2020-10-25 10:31:51 -04:00
60875b179c initial refactor of all column widgets to standard interface 2020-10-25 10:31:19 -04:00
ea5968edce update sig 2020-10-25 10:23:30 -04:00
0ca5235ae5 continuing compact widget refactor 2020-10-25 10:23:30 -04:00
8427b0c81d initial refactor of all column widgets to standard interface 2020-10-25 10:23:30 -04:00
4c4f041b40 improve health check visibility 2019-06-22 18:42:48 +00:00
b401e7b17e Fix function comments based on best practices from Effective Go
Signed-off-by: CodeLingo Bot <bot@codelingo.io>
2019-03-07 02:33:29 +00:00
93556a1754 replace += with ++ 2018-10-25 22:17:53 +02:00
efef345665 remove unneeded fmt.Sprintf 2018-10-25 22:13:04 +02:00
f158fa742f simplify append operation by omitting loop 2018-10-25 22:12:46 +02:00
9a185b2388 env-var 2018-10-05 17:35:22 -04:00
caf6fc63c1 add config toggle for full-row cursor 2018-09-17 01:33:52 +00:00
cf352f7c8a implement full-row cursor highlighting 2018-09-17 01:24:06 +00:00
a72d43526f add IP of networks in single view mode 2018-09-06 21:01:16 +02:00
44a54e070d combine conditionals 2018-02-01 16:55:23 +00:00
0a6e6f02a4 added option to toggle log timestamp in the log view, closes #107 2017-12-08 11:35:04 +00:00
92ca9bf7eb remove textcol coloring 2017-08-28 10:48:13 +09:00
05242a83f0 refactor status widget, include health indicator 2017-08-28 10:45:14 +09:00
add44c0f18 add common status colors to global theme 2017-08-28 08:46:01 +09:00
626d50d3e9 Added health row to Info Single mode.
Change color status logic.

Highlight health status for Name column:
- starting - yellow
- healthy - green
- unhealthy - magenta

reformat

Fixed misprint

Removed unused colors of state widget.

Moved changes to another branch

Removed unused colors of state widget.

Remove swarm changes from master

Remove swarm changes from master

Remove swarm changes from master
2017-08-28 07:55:43 +09:00
954aaeb06b rename Memory widget 2017-08-09 14:05:45 +02:00
27e272c58f rename expanded -> single view 2017-08-05 13:28:20 +02:00
b88c143914 add offset sanity check to CompactGrid Align() 2017-07-07 15:43:03 +03:00
79a3f361a7 add container log struct to models, collectors 2017-07-04 12:32:25 +00:00
65399a37e5 add log panel to expanded widgets 2017-06-29 14:02:52 +00:00
2d284d9277 rename metrics subpackage 2017-06-26 15:35:57 +00:00
8a1297d3c5 add created meta field to expanded view 2017-06-10 10:46:54 -03:00
c1780ae30a add byte formatting for tb 2017-06-09 14:14:27 -03:00
c76036a6f2 allow multi-line metadata in expanded view 2017-05-15 11:37:27 +01:00
02d1050130 Revert "Added Ports information to the expanded view"
This reverts commit b2165b6a29.
2017-05-15 06:53:15 +02:00
ccb44c964c Moved port Info to be fetched from the standard inspect call to avoid superfluous calls. Also moved the information to the info section instead of a whole new section in the expanded view 2017-05-15 06:52:38 +02:00
b2165b6a29 Added Ports information to the expanded view 2017-05-11 07:38:12 +02:00
e82d77ecb0 add option for color inversion 2017-03-15 10:02:46 +10:00
3553b0af9d cap cpu gauge % to 100 in compact view 2017-03-13 09:00:17 +11:00
12fa716825 add y pos scrolling to expanded view 2017-03-13 07:53:17 +11:00
2134110224 add static width for specific columns 2017-03-12 20:58:56 +11:00
77c3d00e67 update io labels 2017-03-12 16:31:12 +11:00
dbaebe0192 add pids, IO stat 2017-03-12 02:35:40 +01:00
1875013a76 Fixing a typo 2017-03-09 16:16:40 -08:00
bcf05b7f42 fix panic on row removal 2017-03-08 22:19:43 +11:00
2b80832a36 add pagination support for compact view 2017-03-08 18:45:31 +11:00
a6ee6edb1d move MaxRows() method into cgrid 2017-03-08 11:52:31 +11:00
b8eb386360 add global default ColorMap 2017-03-08 10:40:03 +11:00
8e995a37c6 convert expanded mem widget to mbarchart, add innerlabel 2017-03-07 10:58:04 +11:00
d94aed1531 add resize handlers, screen width error to expandedWidgets 2017-03-07 09:05:04 +11:00
2ee0ae7fcb re-implement expanded view widgets 2017-03-06 19:51:50 +11:00
f102e48cc9 add WidgetUpdater interface to container, replace struct fields with metamap 2017-03-06 19:25:59 +11:00
4b035ad52a include addFieldPar method with CompactHeader struct 2017-03-06 12:09:46 +11:00