Skip to content

Commit

Permalink
refactor(ui): Remove unused Deferred component and commented code in …
Browse files Browse the repository at this point in the history
…Server General page
  • Loading branch information
andrasbacsai committed Mar 6, 2025
1 parent 0e5cb3a commit 5d6da6e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions resources/js/Pages/Servers/General.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,6 @@ const sidebarNavItems = getServerSidebarNavItems(props.server.uuid)
{{ server.description }}
</template>
<template #main>
<Deferred data="timezones">
<template #fallback>
<div>Loading...</div>
</template>

<div v-for="permission in permissions">
<!-- ... -->
</div>
</Deferred>
<h2 class="pb-2 font-bold text-lg">
General
</h2>
Expand Down Expand Up @@ -103,7 +94,7 @@ const sidebarNavItems = getServerSidebarNavItems(props.server.uuid)
</ComboboxItemIndicator>
</ComboboxItem>
</template>
</CustomFormField> -->
</CustomFormField> -->
</div>
</CustomForm>
</template>
Expand Down

0 comments on commit 5d6da6e

Please sign in to comment.