fix #1467 console: confirmation code preview
This commit is contained in:
parent
3d05f99bd4
commit
7a3e9a1f96
|
@ -665,6 +665,22 @@ status.response({
|
|||
|
||||
return {markup: error};
|
||||
}
|
||||
},
|
||||
preview: function (params) {
|
||||
return {
|
||||
markup: status.components.text(
|
||||
{},
|
||||
params.code
|
||||
)
|
||||
};
|
||||
},
|
||||
shortPreview: function (params) {
|
||||
return {
|
||||
markup: status.components.text(
|
||||
{},
|
||||
params.code
|
||||
)
|
||||
};
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue