refactor: disable the setting detail drawer (#507) (#509)

(cherry picked from commit f932afee684aa734ba6b6633fee82f0abb3d39ae)

Signed-off-by: Andy Lee <andy.lee@suse.com>
Co-authored-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
mergify[bot] 2025-09-02 23:06:15 +08:00 committed by GitHub
parent bc3d9389f2
commit f19809da04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -156,4 +156,8 @@ export default class HciSetting extends HarvesterResource {
return out;
}
get disableResourceDetailDrawer() {
return true;
}
}