Skip to content

exposed services#1585

Draft
guoda-puidokaite wants to merge 1 commit intomainfrom
guoda-exposed-services
Draft

exposed services#1585
guoda-puidokaite wants to merge 1 commit intomainfrom
guoda-exposed-services

Conversation

@guoda-puidokaite
Copy link
Copy Markdown
Contributor

Summary

Changes Made

  • Change 1
  • Change 2
  • Change 3

Related Issues

  • Issue 1: [link to issue]

Screenshots (if applicable)

Testing Instructions

  1. pnpm i
  2. pnpm TASK

Checklist

  • I have performed a self-review of my code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.
  • I have made corresponding changes to the documentation (if applicable).
  • My changes generate no new warnings or errors.
  • I have created a changeset for my changes.

PR Manifesto

Review the PR Manifesto for best practises.

@guoda-puidokaite guoda-puidokaite self-assigned this Apr 8, 2026
@guoda-puidokaite guoda-puidokaite added greenhouse Greenhouse core related task greenhouse-pr-preview Builds a PR preview for greenhouse shell app and plugins. labels Apr 8, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 8, 2026

⚠️ No Changeset found

Latest commit: 3e8cf7f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

import { Stats } from "../common/Stats/Stats"

export const ExposedServicesStats = () => {
const { apiClient, user } = useRouteContext({ from: "/admin/exposed-services" })
import { Stats } from "../common/Stats/Stats"

export const ExposedServicesStats = () => {
const { apiClient, user } = useRouteContext({ from: "/admin/exposed-services" })
*/

import React from "react"
import { DataGridRow, DataGridCell, Button, Icon, Stack } from "@cloudoperators/juno-ui-components"

import React from "react"
import { DataGridRow, DataGridCell, Button, Icon, Stack } from "@cloudoperators/juno-ui-components"
import { useQuery, useSuspenseQuery } from "@tanstack/react-query"
} from "../../../api/plugin-exposed-services/fetchExposedServices"
import { extractFilterSettingsFromSearchParams } from "../../../utils"
import { EmptyDataGridRow } from "../../../common/EmptyDataGridRow"
import { PluginPreset } from "../../../types/k8sTypes"
import { extractFilterSettingsFromSearchParams } from "../../../utils"
import { EmptyDataGridRow } from "../../../common/EmptyDataGridRow"
import { PluginPreset } from "../../../types/k8sTypes"
import { getReadyCondition, isReady } from "../../../utils"
import { EmptyDataGridRow } from "../../../common/EmptyDataGridRow"
import { PluginPreset } from "../../../types/k8sTypes"
import { getReadyCondition, isReady } from "../../../utils"
import { SUPPORT_GROUP_LABEL } from "../../../constants"
export const DataRows = ({ colSpan }: DataRowsProps) => {
const { apiClient, user } = useRouteContext({ from: "/admin/exposed-services" })
const search = useSearch({ from: "/admin/exposed-services" })
const navigate = useNavigate()

const {
data: ExposedServices,
isLoading,
const {
data: ExposedServices,
isLoading,
error,
@guoda-puidokaite guoda-puidokaite linked an issue Apr 8, 2026 that may be closed by this pull request
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

greenhouse Greenhouse core related task greenhouse-pr-preview Builds a PR preview for greenhouse shell app and plugins.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Task](greenhouse): add exposed services list

1 participant