mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Email Transport: embed graphs by default (#14270)
* Email embed graphs * Allow attachment for non-html Add setting to webui Correct $auth setting * Cleanups, throw RrdGraphException instead of returning an error image. Generate the error image later, giving more control. Reduce code duplication a little * Style and lint fixes Change to flags * Add baseline for lint errors I don't know how to resolve * oopsie, changed the code after generating the baseline * Tiny cleanups. Make set DeviceCache primary, it is free. * Docs. * email_html note * Allow control of graph embed at the email transport level to override the global config. * Allow control of graph embed at the email transport level to override the global config. * Add INLINE_BASE64 to make it easier to create inline image tags
This commit is contained in:
@@ -5,12 +5,12 @@
|
||||
"/css/app.css": "/css/app.css?id=bd093a6a2e2682bb59ef",
|
||||
"/js/vendor.js": "/js/vendor.js?id=c5fd3d75a63757080dbb",
|
||||
"/js/lang/de.js": "/js/lang/de.js?id=613b5ca9cd06ca15e384",
|
||||
"/js/lang/en.js": "/js/lang/en.js?id=6b3807ebe10e3fa9fa40",
|
||||
"/js/lang/en.js": "/js/lang/en.js?id=b4dc5539b25bf7a31718",
|
||||
"/js/lang/fr.js": "/js/lang/fr.js?id=982d149de32e1867610c",
|
||||
"/js/lang/it.js": "/js/lang/it.js?id=e24bb9bad83e288b4617",
|
||||
"/js/lang/ru.js": "/js/lang/ru.js?id=f6b7c078755312a0907c",
|
||||
"/js/lang/sr.js": "/js/lang/sr.js?id=388e38b41f63e3517506",
|
||||
"/js/lang/uk.js": "/js/lang/uk.js?id=34f8698ff09b869db2f5",
|
||||
"/js/lang/zh-CN.js": "/js/lang/zh-CN.js?id=4e081fbac70d969894bf",
|
||||
"/js/lang/zh-TW.js": "/js/lang/zh-TW.js?id=ed26425647721a42ee9d",
|
||||
"/js/lang/sr.js": "/js/lang/sr.js?id=17585a0e001293ade0e1"
|
||||
"/js/lang/zh-TW.js": "/js/lang/zh-TW.js?id=ed26425647721a42ee9d"
|
||||
}
|
||||
|
Reference in New Issue
Block a user