display JSON file instead of log on the JSON validator page
This commit is contained in:
parent
d932a11f51
commit
63f2eacb47
|
@ -75,7 +75,7 @@ else if (!isEditView && Model.PasteID != null)
|
||||||
<div class="save-metadata" v-pre>
|
<div class="save-metadata" v-pre>
|
||||||
@if (Model.Expiry != null)
|
@if (Model.Expiry != null)
|
||||||
{
|
{
|
||||||
<text>This log will expire in @((DateTime.UtcNow - Model.Expiry.Value).Humanize()). </text>
|
<text>This JSON file will expire in @((DateTime.UtcNow - Model.Expiry.Value).Humanize()). </text>
|
||||||
}
|
}
|
||||||
<!--@Model.UploadWarning-->
|
<!--@Model.UploadWarning-->
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue