Hi,

thanks for your reply!
Since it would be a really small change I was curious if I couldn't do it myself. In the "Launch instance" dialog I wanted to show additional information for every image in the "Source" tab, in my case the image description. Currently, this dropdown only contains Min disk and Min ram.
So for everyone interested in what I did, this is the minor change:

---cut here---
control1:~ #  cat horizon-image-details.patch
--- /srv/www/openstack-dashboard/static/dashboard/project/workflow/launch-instance/source/source-details.html 2017-06-08 13:27:58.570961479 +0200 +++ /srv/www/openstack-dashboard-mod/static/dashboard/project/workflow/launch-instance/source/source-details.html 2017-06-08 12:45:04.176099530 +0200
@@ -15,6 +15,12 @@
{$ (row.properties ? row.min_ram : row.volume_image_metadata.min_ram) || '--' $}
       </dd>
     </dl>
+    <dl class="col-sm-8">
+      <dt translate>Image details</dt>
+      <dd>
+ {$ (row.properties ? row.properties.description : row.volume_image_metadata.properties.description) || '--' $}
+      </dd>
+    </dl>
   </div>
---cut here---

You can see the result in the attached screenshot. We find it very useful since there can be many similar images in glance and it's helpful to be able to understand the differences between these images without being forced to exit the dialog.

Maybe this little patch even makes it to upstream ;-)

Regards,
Eugen


Zitat von Itxaka Serrano Garcia <igar...@suse.com>:

Hi!

While I dont know exactly how to deal with a wish for new features you could try to come to the weekly meeting[0] and try to discuss it with the attendants to see if someone is willing to put some time in it or they see it as viable feature that can be transformed into a Blueprint.

Or come into the IRC[1] channel and spam Rob And David, but that may not work as expected :D


[0] http://eavesdrop.openstack.org/#Horizon_Team_Meeting

[1] https://wiki.openstack.org/wiki/IRC


On 06/06/17 12:12, Eugen Block wrote:
Hi all,

I would like to ask you if anyone can explain to me how I get to wish for new features in OpenStack? I see the Horizon wiki page [1], but it only mentions the general workflow and one example. Am I supposed to edit the wiki page to bring my wish to the developer's attention? Is the page monitored by anyone? I have an account and would be able to edit the wiki page, but I don't know if this would effect anything.
Or should I ask this question in the developers mailing list?
I asked my question on ask.openstack.org some time ago [2] but without any responses. So any input would be appreciated!

Best regards,
Eugen

[1] https://wiki.openstack.org/wiki/Horizon/Wish_List
[2] https://ask.openstack.org/en/question/99205/tooltip-for-images-glance-in-dashboard/



_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack



--
Eugen Block                             voice   : +49-40-559 51 75
NDE Netzdesign und -entwicklung AG      fax     : +49-40-559 51 77
Postfach 61 03 15
D-22423 Hamburg                         e-mail  : ebl...@nde.ag

        Vorsitzende des Aufsichtsrates: Angelika Mozdzen
          Sitz und Registergericht: Hamburg, HRB 90934
                  Vorstand: Jens-U. Mozdzen
                   USt-IdNr. DE 814 013 983
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to