Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI datasource copy button version/snapshot generate wrong json #1404

Closed
tamir321 opened this issue Aug 29, 2021 · 0 comments
Closed

UI datasource copy button version/snapshot generate wrong json #1404

tamir321 opened this issue Aug 29, 2021 · 0 comments
Assignees

Comments

@tamir321
Copy link

tamir321 commented Aug 29, 2021

HKube micro-service
To which micro-service the bug related to, Dashboard ,Monitor-Server etc.

Describe the bug
Datasource copy button generate json entry (in the new version the schema was changed)
image.png

the pipeline wizard should fix the same
image.png
should be

 "spec": {
                "name": "datasource",
                "snapshot": {
                    "name": "from 30 to 50"
                }
{
  "dataSource": {
    "id": "60f9493e09f6ee3ebac54300"
  }
}

should be

    "spec": {
                "name": "datasource"
            },

snapshot create

{
  "dataSource": "datasource",
  "snapshot": {
    "name": "from 30 to 50"
  }
}

should be

 "spec": {
                "name": "datasource",
                "snapshot": {
                    "name": "first"
                }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants