Move Storage Location actions to be on the right and shrunk.

This commit is contained in:
Buster "Silver Eagle" Neece 2021-11-23 17:19:29 -06:00
parent b0e23a87d0
commit 9a7c045bf4
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
1 changed files with 2 additions and 2 deletions

View File

@ -71,10 +71,10 @@ export default {
return {
activeType: 'station_media',
fields: [
{key: 'actions', label: this.$gettext('Actions'), sortable: false},
{key: 'adapter', label: this.$gettext('Adapter'), sortable: false},
{key: 'space', label: this.$gettext('Space Used'), class: 'text-nowrap', sortable: false},
{key: 'stations', label: this.$gettext('Station(s)'), sortable: false}
{key: 'stations', label: this.$gettext('Station(s)'), sortable: false},
{key: 'actions', label: this.$gettext('Actions'), class: 'shrink', sortable: false}
]
};
},