TracCloudInternal: Difference between revisions

From Redrock Wiki

No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 54: Line 54:
   switch (statusImg) {
   switch (statusImg) {
case '0':  
case '0':  
statusImg = '6758774';
statusImg = '{{StatusTesting}}';
message = 'We are currently testing the status page, a normal status will be available here soon.';
message = 'We are currently testing the status page, a normal status will be available here soon.';
break;
break;
case '1':  
case '1':  
statusImg = '7776411';
statusImg = '{{StatusAllGood}}';
message = 'TracCloud is currently online and operating normally.';
message = 'TracCloud is currently online and operating normally.';
break;
break;
Line 66: Line 66:
break;
break;
case '3':  
case '3':  
statusImg = '9329764';  
statusImg = '{{StatusDown}}';  
message = 'TracCloud is currently experiencing issues. Our development team is working to resolve this as soon as possible.';
message = 'TracCloud is currently experiencing issues. Our development team is working to resolve this as soon as possible.';
break;
break;
Line 76: Line 76:
}
}


const finalMessage = `<div class='center'>${statusImg}<BR><b>${message}</b></div>{{:TracCloudStatusHistory}}`
const finalMessage = `<div class='center'>${statusImg}<b>${message}</b></div>{{:TracCloudStatusHistory}}`


var params = {
var params = {

Latest revision as of 15:23, 28 August 2026

This is a page for Redrock Staff to track articles that are (intentionally) not commonly linked to.


Manually update the status page. You must be logged in for this to function.

Optionally enter a custom status message