mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-03-05 07:59:36 +00:00
[AB-xxx] reducing amount of vertical space used by uptime embed
This commit is contained in:
@@ -1,15 +1,9 @@
|
|||||||
{
|
{
|
||||||
<#include "abstracto_color">,
|
<#include "abstracto_color">,
|
||||||
"fields": [
|
<#assign uptime>${fmtDuration(uptime)}</#assign>
|
||||||
{
|
"description": "${uptime}",
|
||||||
"name": "<@safe_include "uptime_response_embed_start_date_field_title"/>",
|
"footer": {
|
||||||
<#assign startDate>${formatDate(startDate, "yyyy-MM-dd HH:mm:ss z")}</#assign>
|
"text": "<@safe_include "uptime_response_embed_start_date_field_title"/>"
|
||||||
"value": "${startDate}"
|
},
|
||||||
},
|
"timeStamp": "${startDate}"
|
||||||
{
|
|
||||||
"name": "<@safe_include "uptime_response_embed_uptime_field_title"/>",
|
|
||||||
<#assign uptime>${fmtDuration(uptime)}</#assign>
|
|
||||||
"value": "${uptime}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user