docs - more device tab work

Co-authored-by: Simon Smith <simonsmith5521@gmail.com>

silversword411 committed Jul 2, 2022 at 09:11 UTC bbe52084137f4abe671650e1b0ffd61c1f4847f0
4 files changed +52 -24
docs/docs/meshcentral/devicetabs.md
+52 -24
@@ -2,26 +2,43 @@
2
3 ## General
4
5 +For viewing general information about the agent
6
7 +### Fields
8
7 -Set alternate port in the link if it's not default
9 +### Buttons
10
9 -![](images/general_alternateports.png)
11 +Actions
12 +
13 +Notes
14 +
15 +Log Event
16 +
17 +Message
18 +
19 +Chat
20
21 ### 7 Day Power State
22
23 +![](images/7daypowerstate.png)
24 +
25 Legend
26
15 -1. Black color: device is powered om
16 -2. purple color: device is in sleep state
17 -3. blue/green color : device is connected trough amt/cira, but not powered on
18 -4. grey color: device is powered off
27 +* **_Black color_**: Device is powered on
28 +* **_Purple color_**: Device is in sleep state (Intel AMT agents only)
29 +* **_Teal color_**: Device is connected through AMT/CIRA, but not powered on (Intel AMT agents only)
30 +* **_Grey color_**: Device is powered off (Intel AMT agents only)
31 +
32 +### Text Links
33 +
34 +You can set alternate port in the link if it's not default by right-clicking.
35 +
36 +![](images/general_alternateports.png)
37
20 -![](images/7daypowerstate.png)
38
39 ## Desktop
40
24 -For connecting to the machine.
41 +For connecting to the machines KVM interface.
42
43 ### Connect Button
44
@@ -31,39 +48,46 @@ Right-clicking on Connect button will give you additional options:
48 * Ask Consent
49 * Privacy Bar
50
34 -# RDP Connect Button
51 +![](images/desktop_connectbutton.png)
52 +
53 +### RDP Connect Button
54
55 Right-clicking on RDP Connect button allows you to specify Alternate Port.
56
38 -# Intel AMT Connect Button
57 +![](images/desktop_rdpconnectbutton.png)
58 +
59 +### Intel AMT Connect Button
60 +
61 +Uses Intel AMT to control video output of the hardware video card.
62
63 ## Terminal
64
42 -For connecting to a command line based interface to the machine
65 +For connecting to a command line based interface on the agent
66
67 Right-clicking on Connect button allows you to:
68
46 -* Admin Shell
47 -* Admin Powershell
48 -* User Shell
49 -* User Powershell
50 -* SSH
69 +!!!note
70 + Linux and Windows have different options:
71
52 -## Files
72 +* Admin Shell (Windows)
73 +* Admin Powershell (Windows)
74 +* User Shell (Windows)
75 +* User Powershell (Windows)
76 +* SSH (Linux)
77 +
78 +![](images/terminal_connectbutton.png)
79
80 +## Files
81 +
82 For transferring files to and from the agent.
83
84 ## Events
85
58 -Mesh Events related to the agent. This is your audit log
86 +Mesh Events related to the agent. This is your audit log to see what actions have been taken on the agent from the MeshCentral server.
87
88 ## Details
89
62 -Agent information that includes
63 -
64 -Note you can show CPU and Memory usage info by clicking the icon in the top right corner
65 -
66 -![](images/details_cpuram.png)
90 +Agent information that includes:
91
92 * OS
93 * Agent Info
@@ -74,10 +98,14 @@ Note you can show CPU and Memory usage info by clicking the icon in the top righ
98 * Storage
99 * Intel AMT
100
101 +Note you can show CPU and Memory usage info by clicking the icon in the top right corner
102 +
103 +![](images/details_cpuram.png)
104 +
105 ## Intel AMT
106
107 ## Console
108
109 For debugging and communicating with the mesh agent.
110
83 -Type `help` for all available options
111 +It allows JS commands to be issued to the device but also run extra commands from the meshcore. Type `help` for all available options
docs/docs/meshcentral/images/desktop_connectbutton.png
Binary files /dev/null and b/docs/docs/meshcentral/images/desktop_connectbutton.png differ
docs/docs/meshcentral/images/desktop_rdpconnectbutton.png
Binary files /dev/null and b/docs/docs/meshcentral/images/desktop_rdpconnectbutton.png differ
docs/docs/meshcentral/images/terminal_connectbutton.png
Binary files /dev/null and b/docs/docs/meshcentral/images/terminal_connectbutton.png differ