Add basic system info to something really wrong happened during.
parent
0e7ff5fc86
commit
7907ab4cc7
Binary file not shown.
|
@ -1674,7 +1674,8 @@ function post(options,callback) {
|
|||
alert("<?tr("You have been logged out")?>");
|
||||
window.location.reload();
|
||||
} else {
|
||||
$("#templates_content").html(sprintf(tr("Something really wrong went on during %s"),options.action)+"<br><?tr("Post the ENTIRE contents of this message in the Community Applications Support Thread")?><br><br>"+retval.escapeHTML());
|
||||
|
||||
$("#templates_content").html(sprintf(tr("Something really wrong went on during %s"),options.action)+"<br><?tr("Post the ENTIRE contents of this message in the Community Applications Support Thread")?><br><br>OS: <?=$unRaidSettings['version']?> <?=$md5Error ? "<br>Modified CA" : ""?><br>Browser: <?=$_SERVER['HTTP_USER_AGENT']?><br>Language: <?=$_SESSION['locale']?><br><br>"+retval.escapeHTML());
|
||||
throw new Error("Something went badly wrong!");
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
767d6f2203fed9541daeb57bbf7b58b3 ./Apps.page
|
||||
83b3f89cd42e8601c7c217d5b4889c81 ./CA_notices.page
|
||||
2cdb7da0d67a11278ada7fd029707738 ./ca_settings.page
|
||||
f947d71fff333f36fbc9e967a4de06c0 ./CommunityApps.page
|
||||
09b5ef42448cc280f279296e4fcbb05a ./CommunityApps.page
|
||||
7c88ace586933a4a60b0ef2f8a97a662 ./default.cfg
|
||||
4344942541019c3b5464d508c7f0dd30 ./images/community.applications.png
|
||||
6e48a62b91bdd066f023f46c6b491afd ./images/discord-azure.svg
|
||||
|
@ -27,6 +27,6 @@ ce2c904b6a40c4677a3ff3484776959e ./scripts/installMultiPlugin.sh
|
|||
f9c3f431935fb20801f3fef152dc7b58 ./scripts/showStatistics.php
|
||||
4425f8fd4ef662a7dc65cee01de3e419 ./scripts/updatePLG.sh
|
||||
02759ea835ee4ce5a051fead96ab9b9b ./scripts/updatePluginSupport.php
|
||||
52a993516c25db595a0220323b0fc78e ./skins/Narrow/css.php
|
||||
a3d43f2efec8a7435e32f6c7d31b5d16 ./skins/Narrow/css.php
|
||||
b5bfdf941393ebfa940ab4b0518bd9ff ./skins/Narrow/skin.html
|
||||
e3597826774e1f7daefa33cd913da38e ./skins/Narrow/skin.php
|
||||
|
|
|
@ -168,7 +168,6 @@ table tbody td {line-height:1.8rem;}
|
|||
.ca_template {color:#606E7F;border-radius:0px 0px 2rem 2rem;display:inline-block;text-align:left;overflow:auto;height:27rem;width:36rem;padding-left:.5rem;padding-right:.5rem; background-color:#DDDADF;}
|
||||
.ca_icon_wide {display:inline-block;float:left;width:9.5rem;margin-left:2.5rem;}
|
||||
.ca_wide_info {display: inline-block;float:left;text-align:left;margin-left:1rem;margin-top:1.5rem;width:20rem;}
|
||||
.ca_highlight {color:#0e5d08;font-weight:bold;}
|
||||
.ca_description {color:#505E6F;}
|
||||
.cardDescription {cursor:pointer;}
|
||||
a.ca_appPopup {text-decoration:none;cursor:pointer;}
|
||||
|
@ -322,7 +321,7 @@ h1 {font-size:1.5rem;} /* override dynamix styling for popup */
|
|||
#templates_content {overflow-x:hidden;}
|
||||
.graphLink {cursor:pointer;text-decoration:none;}
|
||||
.caChart {display:none;border:none;}
|
||||
.caHighlight {color:#FF0000;font-weight:bold;}
|
||||
.caHighlight {color:#d27676;}
|
||||
.caChangeLog {cursor:pointer;}
|
||||
.caInstallLinePopUp {display:flex;flex-wrap:wrap;justify-content:space-around;}
|
||||
.caHelpIconSpacing {display:inline-block;width:7rem;height:3rem;}
|
||||
|
|
Loading…
Reference in New Issue