feat: add simple app ping (#580)
* feat: add simple ping * refactor: make ping run on server and show errors * fix: format issues * fix: missing translation for enabled ping option for app * refactor: remove ping queue as no longer needed * chore: address pull request feedback * test: add some unit tests * fix: format issues * fix: deepsource issues
This commit is contained in:
@@ -640,6 +640,9 @@ export default {
|
||||
showDescriptionTooltip: {
|
||||
label: "Show description tooltip",
|
||||
},
|
||||
pingEnabled: {
|
||||
label: "Enable simple ping",
|
||||
},
|
||||
},
|
||||
error: {
|
||||
notFound: {
|
||||
|
||||
Reference in New Issue
Block a user