Fixed: Add Test All for IndexerLongTermStatusCheck

Fixes #397
pull/399/head
Qstick 3 years ago
parent 3dd11213fa
commit 5e7f4f3fc1

@ -43,6 +43,7 @@ function getInternalLink(source) {
function getTestLink(source, props) {
switch (source) {
case 'IndexerStatusCheck':
case 'IndexerLongTermStatusCheck':
return (
<SpinnerIconButton
name={icons.TEST}

Loading…
Cancel
Save