Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
</Notification>
<!-- Otherwise show the filelist -->
- <table v-else class="table is-striped is-hoverable is-fullwidth">
- <tbody>
+ <table v-else class="table is-hoverable is-narrow is-fullwidth">
+ <thead>
<tr>
<!-- Mode & Ownership -->
<th class="is-narrow"></th>
<th class="is-narrow"></th>
<!-- Size -->
- <th class="is-narrow">
+ <th class="is-narrow has-text-right">
{{ $t("Size") }}
</th>
</th>
<!-- Actions -->
- <th class="is-narrow"></th>
+ <th></th>
</tr>
- </tbody>
+ </thead>
<tbody>
<tr v-for="file in filelist" :key="file.path">