feat(ui): add resource details view

This commit is contained in:
ShadowArcanist
2026-04-23 14:53:31 +05:30
parent 37518813a6
commit 3f88e85aac
16 changed files with 191 additions and 6 deletions
@@ -35,7 +35,7 @@ class Configuration extends Component
$project = currentTeam()
->projects()
->select('id', 'uuid', 'team_id')
->select('id', 'uuid', 'name', 'team_id')
->where('uuid', request()->route('project_uuid'))
->firstOrFail();
$environment = $project->environments()