1. 27 Dec, 2016 2 commits
  2. 03 Dec, 2016 1 commit
    • Resolve dynamic views lazily · a0cc96c7
      Johannes Edmeier authored
      When the list contains a lots of applications many requests are made for
      dynamic views (e.g. heapdump, flyway, logfile, ...). With this commit
      the availability check for these views is deferred until the user opens
      toggles the dropdown. This should lead to far fewer requests.
      
      fixes #346
      
      Additionally the url list is not anymore overlapped then having a lot of
      tabs for the detail views.
      
      fixes #347
  3. 10 Sep, 2016 1 commit
  4. 04 Sep, 2016 1 commit
  5. 03 Jun, 2016 2 commits
    • Use custom attribute for info-panel-title · 2f0a896b
      Johannes Edmeier authored
      otherwise it gets mixed up whith the standard html title attribute
    • Adds Flyway Support · b9400eee
      Steve Oakey authored
      Adds an application view that displays a table of
      Flyway migrations as retrieved from the /flyway Actuator
      endpoint. The module is conditional on this endpoint being
      available.
      
      Fixes gh-206