Skip to content

Commit

Permalink
hide Service accounts if not configured
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni committed Mar 25, 2024
1 parent 5323829 commit 4755d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/apps/appstats.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
</tbody>
</v-table>
</div>
<div class="mb-5 mt-10">
<div class="mb-5 mt-10" v-if="appData.spec.saAnnotations?.length > 0">
<h3>Service Acccount Annotations</h3>
<v-table density="compact" style="background:rgb(var(--v-theme-background))">
<thead>
Expand Down

0 comments on commit 4755d67

Please sign in to comment.