Skip to content
Snippets Groups Projects
  1. Aug 25, 2017
  2. Aug 24, 2017
  3. Jul 28, 2017
  4. Jul 27, 2017
  5. Jul 24, 2017
  6. Jul 20, 2017
  7. Jul 19, 2017
  8. Jul 18, 2017
  9. Jul 15, 2017
    • Keiichi Hikita's avatar
      There is problem in UpdateRow of Horizon page. · 352be501
      Keiichi Hikita authored
      If we do some resource action(e.g. create/update/delete ...),
      UpdateRow will be started.
      And then resource status will be updated automatically in front-end.
      But in case removing resource, number of resource that displayed
      on both above and bottom of table will not be updated correctly.
      
      I fixed update_footer_count function in horizon.tables.js.
      This function only updates number of resource in footer field.
      (tfoot span.table_count)
      But we also need to update header field. (thead span.table_count)
      So I add header update logic into this file.
      
      Change-Id: Idc4330fe779b62607ada39a9db3637de82d014f7
      Closes-Bug: #1694207
      (cherry picked from commit 5b2fe409)
      352be501
  10. Jul 14, 2017
  11. Jul 13, 2017
  12. Jul 12, 2017
  13. Jul 11, 2017
  14. Jul 10, 2017
  15. Jul 06, 2017
  16. Jun 28, 2017
  17. Jun 20, 2017
  18. Jun 19, 2017
  19. Jun 15, 2017
  20. Jun 13, 2017
  21. Jun 12, 2017
    • Rob Cresswell's avatar
      Make the "Select Boot Source" order deterministic · 32b9d5c7
      Rob Cresswell authored
      This patch makes the "Select Boot Source" dropdown in the Source step of
      the new Launch Instance have a deterministic order.
      
      The slight downside to this is that the order needs to be recalculated
      as new possible boot sources are loaded. However, given that this is the
      second step of the workflow, this is unlikely to ever be noticed by a
      user.
      
      Change-Id: Iaa2e37bae02c9ce5ab654ac8a3327c0834e7b49e
      Closes-Bug: 1640493
      (cherry picked from commit b0099bbb)
      32b9d5c7
  22. Jun 09, 2017
  23. Jun 08, 2017
    • Lucas H. Xu's avatar
      Change checking cinder v1 to check v2 in panels · 7c2cd41c
      Lucas H. Xu authored
      In general, in the case where there is no cinder v1 endpoint created
      (or deleted - use openstack service delete cinder to reproduce) certain
      volume related menu entries are not displayed
      
      This patch add a a new function to check cinder v2/v3 endpoints instead
      of only checking the v1 endpoint in instance launch model.
      
      Also, in the image panel, instead of checking v1 endpoint,
      it should check v2 and v3 as well.
      
      Change-Id: I642b2f62bb9502f958593c9fcad76e21ee1c80ad
      Closes-Bug: #1670789
      (cherry picked from commit 5ced2f87)
      7c2cd41c
    • Ivan Kolodyazhny's avatar
      Fix styles for error page template · bfe58d2a
      Ivan Kolodyazhny authored
      500.html template has incorrect styles for OpenStack logo. This patch
      fixes margins and background image size to fit into the container.
      
      Change-Id: Icc2af2731eb8a842c12c073474f3865709b6de2b
      Closes-Bug: #1696437
      (cherry picked from commit 2b3c7bdb)
      bfe58d2a
  24. Jun 07, 2017
  25. Jun 04, 2017
Loading