Commit c5b4e57f authored by Vitaly Lipatov's avatar Vitaly Lipatov

web-api: show file URL in check result header

parent 93c99f18
...@@ -1099,7 +1099,7 @@ function mkDiv(cls, text) { ...@@ -1099,7 +1099,7 @@ function mkDiv(cls, text) {
} }
function renderCheck(data) { function renderCheck(data) {
$('check-domain').textContent = data.domain; $('check-domain').textContent = data.file_url || data.domain;
const container = $('check-gateways'); const container = $('check-gateways');
container.textContent = ''; container.textContent = '';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment