add support of table filter controls (#101)

This commit is contained in:
2023-07-21 02:10:26 +03:00
committed by GitHub
parent b7852f55c8
commit 6b3fc3a6a0
9 changed files with 153 additions and 50 deletions

View File

@ -84,7 +84,7 @@
showSuccess("Success", `Key ${key} has been imported`);
},
error: (jqXHR, _, errorThrown) => {
const message = _ => { return `Could not import key ${key} from ${server}`; };
const message = _ => `Could not import key ${key} from ${server}`;
showFailure("Action failed", message, jqXHR, errorThrown);
},
});