1. 01 8月, 2016 1 次提交
  2. 08 6月, 2016 1 次提交
  3. 07 6月, 2016 1 次提交
  4. 03 6月, 2016 1 次提交
    • P
      Generic YAML editor for all resources (#807) · 7ed5ea6e
      Piotr Bryk 提交于
      To test this edit a pod in a list.
      
      Missing things that will be done in next PR:
      * make the menu and popup look pretty
      * make json editor work on serve:prod (now images are missing)
      7ed5ea6e
  5. 02 6月, 2016 1 次提交
  6. 17 5月, 2016 1 次提交
  7. 16 5月, 2016 1 次提交
  8. 12 5月, 2016 1 次提交
  9. 10 5月, 2016 1 次提交
  10. 04 5月, 2016 1 次提交
  11. 03 2月, 2016 1 次提交
  12. 27 1月, 2016 1 次提交
  13. 26 1月, 2016 1 次提交
    • B
      Misc UX changes for the entire UI · 8ba30d71
      bryk 提交于
      * made the gap between header and cards 16px
      * 8px or 16px padding on right and left sides of page (it feels wrong
        for cards to abut the edge)
      * show tooltip for images only when needed
      * link-out links open in new window
      * logs menu has smaller font
      * Use sentence capitalization for property labels, e.g. “Internal
        endpoint” vs “Internal Endpoint”
      * change labels to `key: value`
      * rewrite of delete replica set dialog to make it stylable
      8ba30d71
  14. 19 1月, 2016 1 次提交
  15. 18 1月, 2016 1 次提交
  16. 08 1月, 2016 2 次提交
  17. 07 1月, 2016 2 次提交
  18. 05 1月, 2016 2 次提交
  19. 31 12月, 2015 1 次提交
  20. 28 12月, 2015 1 次提交
    • B
      Column layout for replica set list view · 7f65f2a3
      bryk 提交于
      This PR implements column layout for the replica set list view. The
      layout is implemented through a directive that puts its transcluded
      elements into a column layout.
      
      There's some algorithmic code in this PR, so please comment if something
      is not tested or easy to understand.
      
      Please also verify on your machines that this works correctly.
      7f65f2a3
  21. 21 12月, 2015 1 次提交
    • B
      Extract replica set card to a separate directive · d496eadc
      bryk 提交于
      * this is a refactoring change - no functional changes
      * added missing tests
      * added missing module dependency (tests found it)
      * this is a prerequisite PR for future work on the card
      d496eadc