* Feature: add indexers site hyperlink * Fix: add an option taget on settings, change color to grey
22 lines
643 B
JSON
22 lines
643 B
JSON
{
|
|
"descriptor": {
|
|
"name": "Indexer manager status",
|
|
"description": "Status about your indexers",
|
|
"settings": {
|
|
"title": "Indexer manager status",
|
|
"openIndexerSiteInNewTab": {
|
|
"label": "Open Indexer Site In New Tab"
|
|
}
|
|
}
|
|
},
|
|
"indexersStatus": {
|
|
"title": "Indexer manager",
|
|
"testAllButton": "Test all"
|
|
},
|
|
"errors": {
|
|
"general": {
|
|
"title": "Unable to find a indexer manager",
|
|
"text": "There was a problem connecting to your indexer manager. Please verify your configuration/integration(s)."
|
|
}
|
|
}
|
|
} |