Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mantis-toboggan-md committed Mar 8, 2024
1 parent fef4dce commit 0d98595
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions pkg/eks/components/Logging.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,11 @@ export default defineComponent({

<template>
<div>
<div class="row mb-10">
<div class="col span-3">
<div
:style="{'justify-content':'space-between'}"
class="row mb-10"
>
<div class="col span-2">
<Checkbox
:value="typeEnabled('audit')"
:mode="mode"
Expand All @@ -63,7 +66,7 @@ export default defineComponent({
@input="toggleType('audit')"
/>
</div>
<div class="col span-3">
<div class="col span-2">
<Checkbox
:value="typeEnabled('api')"
:mode="mode"
Expand All @@ -73,7 +76,7 @@ export default defineComponent({
/>
</div>

<div class="col span-3">
<div class="col span-2">
<Checkbox
:value="typeEnabled('scheduler')"
:mode="mode"
Expand All @@ -83,7 +86,7 @@ export default defineComponent({
/>
</div>

<div class="col span-3">
<div class="col span-2">
<Checkbox
:value="typeEnabled('controllerManager')"
:mode="mode"
Expand All @@ -92,7 +95,7 @@ export default defineComponent({
@input="toggleType('controllerManager')"
/>
</div>
<div class="col span-3">
<div class="col span-2">
<Checkbox
:value="typeEnabled('authenticator')"
:mode="mode"
Expand Down

0 comments on commit 0d98595

Please sign in to comment.