mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Agent core download and reverse proxy improvements.
This commit is contained in:
parent
78ba693f43
commit
1e27592ce4
6 changed files with 19 additions and 5 deletions
|
@ -31,6 +31,10 @@
|
|||
<meta name="theme-color" content="#ffffff">
|
||||
<title>{{{title}}}</title>
|
||||
<style>
|
||||
:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #036;
|
||||
text-decoration: underline;
|
||||
|
|
|
@ -11086,6 +11086,7 @@
|
|||
101: "Added device share {0} from {1} to {2}",
|
||||
102: "Removed device share {0}",
|
||||
103: "Batch upload of {0} file(s) to folder {1}",
|
||||
104: "Automated download of agent core dump file: \"{0}\""
|
||||
};
|
||||
|
||||
// Highlights the device being hovered
|
||||
|
|
|
@ -14,6 +14,10 @@
|
|||
<script type="text/javascript" src="mstsc/client.js"></script>
|
||||
<script type="text/javascript" src="mstsc/canvas.js"></script>
|
||||
<style>
|
||||
:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family:sans-serif;
|
||||
margin: 0;
|
||||
|
|
|
@ -10,6 +10,10 @@
|
|||
<link rel="apple-touch-icon" href="/favicon-303x303.png" />
|
||||
<title>{{{title}}} - Terms of use</title>
|
||||
<style type="text/css">
|
||||
:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #036;
|
||||
text-decoration: underline;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue