fix: move filter labels/schedule buttons position

Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
Andy Lee 2026-08-03 16:08:18 +08:00
parent a4c28e6dff
commit 423a721cb8
No known key found for this signature in database
GPG Key ID: 39DC4436AE3564D5
3 changed files with 11 additions and 0 deletions

View File

@ -271,4 +271,9 @@ export default {
.filter-label .v-popper__arrow-container {
display: none;
}
.fixed-header-actions .middle .filter + .btn-group {
display: inline-flex;
vertical-align: middle;
}
</style>

View File

@ -116,6 +116,11 @@ export default {
.vm-schedule-dropdown .v-popper__arrow-container {
display: none;
}
.fixed-header-actions .middle .vm-schedule-filter + .btn-group {
display: inline-flex;
vertical-align: middle;
}
</style>
<style lang="scss" scoped>

View File

@ -68,6 +68,7 @@ export default class HarvesterResource extends SteveModel {
return this.hasLink('self') && this.$rootGetters['prefs/get'](DEV);
}
}
// Disable Resources/ Extras cards in resource details pages
get resourcesCardRows() {
return [];