mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-03-04 15:35:56 +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">,
|
||||
"fields": [
|
||||
{
|
||||
"name": "<@safe_include "uptime_response_embed_start_date_field_title"/>",
|
||||
<#assign startDate>${formatDate(startDate, "yyyy-MM-dd HH:mm:ss z")}</#assign>
|
||||
"value": "${startDate}"
|
||||
},
|
||||
{
|
||||
"name": "<@safe_include "uptime_response_embed_uptime_field_title"/>",
|
||||
<#assign uptime>${fmtDuration(uptime)}</#assign>
|
||||
"value": "${uptime}"
|
||||
}
|
||||
]
|
||||
"description": "${uptime}",
|
||||
"footer": {
|
||||
"text": "<@safe_include "uptime_response_embed_start_date_field_title"/>"
|
||||
},
|
||||
"timeStamp": "${startDate}"
|
||||
}
|
||||
Reference in New Issue
Block a user