refactor: disable the setting detail drawer (#507)

Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
Andy Lee 2025-09-02 17:47:53 +08:00 committed by GitHub
parent 0bbdf3bf17
commit f932afee68
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; return out;
} }
get disableResourceDetailDrawer() {
return true;
}
} }