Commit Graph

56 Commits

Author SHA1 Message Date
Johannes Zellner
76f028fcfe Show cpu graph subtext 2022-10-13 23:22:17 +02:00
Girish Ramakrishnan
db1056112c Fix SI and Decimal unit usage
SI: For 1000, it is kB, MB, GB
IEC: For 1024, it is KiB, MiB, GiB

JEDEC: For 1024, it is KB, MB (conflicts with SI, of course)

Ultimately, what we decided is for RAM use IEC and for Disk use SI.
This is what docker does and also suggested here -
https://stackoverflow.com/questions/8632269/displaying-file-size-1000b-1kb-or-1024b-1kb
2022-10-13 21:53:11 +02:00
Johannes Zellner
d898c16ceb Show analyze disk button if no disk data is available yet 2022-10-13 02:19:38 +02:00
Johannes Zellner
c9a5e7216a Show last updated for disks and allow refresh on-demand 2022-10-12 17:05:45 +02:00
Johannes Zellner
7439a13578 Improve disk stats layout 2022-10-12 16:47:25 +02:00
Johannes Zellner
93d029f13c Hide disks graph on refresh 2022-10-12 16:27:19 +02:00
Johannes Zellner
82f915ac1c Rework the disk usage code 2022-10-12 16:26:09 +02:00
Johannes Zellner
51ecb708c7 Rework tab based sysinfo view into one wide view 2022-10-12 16:00:41 +02:00
Johannes Zellner
71f24ac10b Add system graph refresh button to allow for ocd 2022-10-11 21:36:30 +02:00
Johannes Zellner
e56585df10 Fixup system memory and cpu graphs 2022-10-11 21:22:56 +02:00
Johannes Zellner
f25158b295 Refactor the system/graphs view logic 2022-09-16 17:09:54 +02:00
Johannes Zellner
4947366aaa Filter apps in memory graph which use below 1Gb 2022-08-05 15:46:45 +02:00
Johannes Zellner
465fc427d6 Fix translation for graph time selection and display 2021-04-01 16:05:13 +02:00
Girish Ramakrishnan
0867924a01 graphs: show the volume usage
part of cloudron/box#756
2021-01-04 15:14:30 -08:00
Johannes Zellner
259d70c63e Fixup translation if disk info is not yet available 2020-11-23 16:47:09 +01:00
Johannes Zellner
bf2965dba0 Use new translation argument passing 2020-11-12 23:13:52 +01:00
Johannes Zellner
b6ef7cbb96 Translate systeminformation view 2020-11-06 15:32:49 +01:00
Johannes Zellner
c15a8dba6c Add translation for notification view 2020-11-05 16:51:41 +01:00
Johannes Zellner
93a7137d10 Move reboot server dialog and logic to main view 2020-11-05 16:45:45 +01:00
Johannes Zellner
beec65bdb6 Add all main view titles and navbar translation keys 2020-10-30 18:12:18 +01:00
Johannes Zellner
c87f3a8cb4 Give services panel a separate top-level view 2020-09-28 15:16:02 +02:00
Dustin Dauncey
c0dad4f5a0 Update system.html 2020-07-27 22:29:22 -07:00
Dustin Dauncey
7ad425e399 Update system.html with a more accurate message on when to use the reboot function. 2020-07-27 22:29:22 -07:00
Johannes Zellner
589ee2d0c5 Always use binary byte units 2020-06-02 14:34:38 +02:00
Girish Ramakrishnan
a8f5b5d4e4 Change label to MB 2020-05-14 21:56:22 -07:00
Johannes Zellner
07650d424a Show a bit more explanation on the system memory graph 2020-05-14 00:01:42 +02:00
Johannes Zellner
aef625ba31 Make it explicit what the graphs show in which units 2020-05-13 23:11:30 +02:00
Johannes Zellner
5c06305f85 Remove unnecessary graphs header and dim top actions 2020-05-13 21:44:26 +02:00
Johannes Zellner
428893d5c5 Actually use cpu values in system graphs 2020-05-13 21:41:16 +02:00
Johannes Zellner
fc7277a542 Only show redis services line if we even have a redis 2020-05-13 20:45:03 +02:00
Johannes Zellner
c8c6b15285 Rework the system view layout 2020-05-13 20:41:56 +02:00
Johannes Zellner
aa9317069a Group redis services and have them collapsed 2020-05-05 16:36:52 +02:00
Girish Ramakrishnan
eb90b614ea disks: busy flag 2020-04-18 22:48:09 -07:00
Girish Ramakrishnan
b93b1a6eec Fix prettyDiskSize to use 1000 instead of 1024 2020-04-01 16:26:47 -07:00
Girish Ramakrishnan
7d52be6e99 system: setError is not defined 2020-03-31 18:47:19 -07:00
Girish Ramakrishnan
565d715a66 remove extra break 2020-03-18 13:43:15 -07:00
Girish Ramakrishnan
c278d0c5d4 bring back reboot button 2020-03-17 22:26:01 -07:00
Johannes Zellner
1f0965fdf6 Implement specific reboot notification action 2020-03-05 21:14:19 -08:00
Johannes Zellner
754c9eff9e Rename system to system info 2020-03-05 18:28:11 -08:00
Johannes Zellner
aca5a876d8 Move disk usage to system 2020-03-05 18:28:11 -08:00
Girish Ramakrishnan
303c55dbba Show busy indicator in reboot button 2020-02-25 14:58:29 -08:00
Girish Ramakrishnan
4a29fa93c5 services: use memorySwap to be consistent with the app memory UI
the memory limit sliders take the total memory (memory + swap).
2020-01-28 13:38:05 -08:00
Girish Ramakrishnan
c5d14195d6 Remove broken help link and add explanation 2020-01-28 10:09:25 -08:00
Girish Ramakrishnan
1ba1286df0 cloudron -> server 2019-09-05 12:28:04 -07:00
Girish Ramakrishnan
9633733bc4 Clarify that this is ubuntu related 2019-08-19 13:56:25 -07:00
Girish Ramakrishnan
c02eced029 no comma 2019-05-16 10:14:29 -07:00
Johannes Zellner
7c76ad2088 Fix reboot button explanation to not confuse the user when reboot is in fact required 2019-04-09 11:17:11 +02:00
Johannes Zellner
fbc399f5fa sort services by name 2018-12-10 11:36:47 +01:00
Johannes Zellner
3d6413ae05 Finalize rename addon -> service 2018-12-10 11:36:47 +01:00
Girish Ramakrishnan
92cb768c4b Fix reboot message 2018-12-06 10:12:21 -08:00