Merge pull request #5755 from mempool/mononaut/hnl
This commit is contained in:
commit
85c78a448d
@ -82,6 +82,10 @@ export class ServerHealthComponent implements OnInit {
|
|||||||
return '🇺🇸';
|
return '🇺🇸';
|
||||||
} else if (host.includes('.va1.')) {
|
} else if (host.includes('.va1.')) {
|
||||||
return '🇺🇸';
|
return '🇺🇸';
|
||||||
|
} else if (host.includes('.sg1.')) {
|
||||||
|
return '🇸🇬';
|
||||||
|
} else if (host.includes('.hnl.')) {
|
||||||
|
return '🤙';
|
||||||
} else {
|
} else {
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user