Coder Social home page Coder Social logo

Comments (3)

dtaylor113 avatar dtaylor113 commented on August 17, 2024

Right, currently items on a blueprint's canvas gets their pictures from an API query of service_templates, using the picture.image_href property:

{
    "href": "http://localhost:8001/api/service_templates/1000000000011",
    "id": 1000000000011,
    "name": "Dev Workstation",
    "service_type": "composite",
    "picture": {
      "id": 1000000000003,
      "resource_id": 1000000000011,
      "resource_type": "ServiceTemplate",
      "image_href": "http://localhost:8001/pictures/1r3.png"
    },
    "service_template_catalog": {
      "name": "DevOps Team Alpha"
    }
  },

from manageiq-ui-service.

chriskacerguis avatar chriskacerguis commented on August 17, 2024

@himdel is @dtaylor113 answer sufficient, or do we need to dig deeper?

from manageiq-ui-service.

himdel avatar himdel commented on August 17, 2024

OK, closing, not sure what has changed, but it seems we are now getting the full url in picture.image_href, and there are no leftover places where we'd hardcode /pictures/, or touch anything other than image_href under picture..

The URL returned by the API will probably change once the API starts supporting actually serving those images, but that shouldn't affect us..

from manageiq-ui-service.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.