e565ecbd4c
Fix overly-broad heading selectors that cause Playwright strict mode violations: - /pods route: /pod/i -> /intel gpu.*pods/i - /metrics route: /metric/i -> /intel gpu.*metrics/i - /device-plugins route: /device plugin/i -> /intel gpu.*device plugins/i Same specificity pattern as nodes page fix in PR #36. Fixes GitHub #37.