add support of table filter controls (#101)

This commit is contained in:
2023-07-21 02:10:26 +03:00
committed by GitHub
parent ad570aae0f
commit 9f2fe219c8
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);
},
});