mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added SSH key auth and remember to agent Win-SSH link, #3108
This commit is contained in:
parent
e25cec9c5e
commit
a928d3cada
3 changed files with 132 additions and 29 deletions
|
|
@ -2471,7 +2471,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
x += addHtmlValue2("Last interfaces update", printDateTime(new Date(message.updateTime)));
|
||||
if (message.updateTime != null) { x += addHtmlValue2("Last interfaces update", printDateTime(new Date(message.updateTime))); }
|
||||
|
||||
if (message.netif != null) {
|
||||
// Old style
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue