mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-09 21:49:43 -05:00
Agent core download and reverse proxy improvements.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user