diff options
Diffstat (limited to 'ShiftOS.Server.WebAdmin/Resources/Status.txt')
| -rw-r--r-- | ShiftOS.Server.WebAdmin/Resources/Status.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ShiftOS.Server.WebAdmin/Resources/Status.txt b/ShiftOS.Server.WebAdmin/Resources/Status.txt new file mode 100644 index 0000000..b63d9cd --- /dev/null +++ b/ShiftOS.Server.WebAdmin/Resources/Status.txt @@ -0,0 +1,19 @@ +<h3>System status</h3> + +<p>Below is a summary of this multi-user domain's status.</p> + +<div class="row"> + <div class="col-xs-6"> + <h4>MUD stats</h4> + <ul> + <li>This server is worth <strong>{cp_worth}</strong> Codepoints.</li> + <li>This server has <strong>{user_count}</strong> players registered.</li> + </ul> + </div> + <div class="col-xs-6"> + <h4>System environment</h4> + <ul> + <li><strong>Current system time:</strong> {system_time}</li> + </ul> + </div> +</div>
\ No newline at end of file |
