7 lines
331 B
JavaScript
7 lines
331 B
JavaScript
// Services shown as dots on instance cards
|
|
const CARD_SERVICES = ['atlas', 'argus', 'semaphore', 'patchmon', 'tailscale', 'andromeda'];
|
|
|
|
// Services shown in the detail page service grid
|
|
// (tailscale lives in the network section alongside its IP)
|
|
const DETAIL_SERVICES = ['atlas', 'argus', 'semaphore', 'patchmon', 'andromeda'];
|