Add status test all button for IndexerLongTermStatusCheck
This commit is contained in:
parent
b3c691859a
commit
4ffa1816bd
|
@ -72,6 +72,7 @@ function getInternalLink(source) {
|
||||||
function getTestLink(source, props) {
|
function getTestLink(source, props) {
|
||||||
switch (source) {
|
switch (source) {
|
||||||
case 'IndexerStatusCheck':
|
case 'IndexerStatusCheck':
|
||||||
|
case 'IndexerLongTermStatusCheck':
|
||||||
return (
|
return (
|
||||||
<SpinnerIconButton
|
<SpinnerIconButton
|
||||||
name={icons.TEST}
|
name={icons.TEST}
|
||||||
|
|
Loading…
Reference in New Issue