fixes
This commit is contained in:
@@ -381,7 +381,8 @@
|
||||
class:border-b={template[oneService].environment.length > 0}
|
||||
class:border-coolgray-500={template[oneService].environment.length > 0}
|
||||
>
|
||||
<div class="title font-bold pb-3">{template[oneService].name}</div>
|
||||
<div class="title font-bold pb-3">{template[oneService].name || oneService.replace(`${id}-`,'').replace(id,service.type)}</div>
|
||||
|
||||
<ServiceStatus id={oneService} />
|
||||
</div>
|
||||
<div class="grid grid-flow-row gap-2 px-4">
|
||||
|
||||
@@ -93,7 +93,7 @@
|
||||
<div class="title font-bold pb-3">Service Logs</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex gap-2 lg:gap-8 pb-4">
|
||||
<div class="grid grid-cols-4 gap-2 lg:gap-8 pb-4">
|
||||
{#if template}
|
||||
{#each Object.keys(template) as service}
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user